Skip to content

Commit

Permalink
Merge pull request #145 from onur/light-theme-as-default
Browse files Browse the repository at this point in the history
Use light theme when javascript is disabled
  • Loading branch information
azerupi authored Jun 15, 2016
2 parents ab29e92 + b9e22bb commit a4a277c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
</script>
</head>
<body>
<body class="light">
<!-- Set the theme before any content is loaded, prevents flash -->
<script type="text/javascript">
var theme = localStorage.getItem('theme');
Expand Down

0 comments on commit a4a277c

Please sign in to comment.