Merge pull request #145 from onur/light-theme-as-default
Use light theme when javascript is disabled
This commit is contained in:
commit
a4a277cb50
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue