Merge pull request #145 from onur/light-theme-as-default

Use light theme when javascript is disabled
This commit is contained in:
Mathieu David 2016-06-15 16:45:10 +02:00 committed by GitHub
commit a4a277cb50
1 changed files with 1 additions and 1 deletions

View File

@ -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');