I forgot one theme, thanks budziq
This commit is contained in:
parent
793fb8f654
commit
f562878131
|
@ -60,7 +60,7 @@
|
||||||
<body class="light">
|
<body class="light">
|
||||||
<!-- Set the theme before any content is loaded, prevents flash -->
|
<!-- Set the theme before any content is loaded, prevents flash -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var theme = store.get('theme');
|
var theme = store.get('mdbook-theme');
|
||||||
if (theme === null || theme === undefined) { theme = 'light'; }
|
if (theme === null || theme === undefined) { theme = 'light'; }
|
||||||
$('body').removeClass().addClass(theme);
|
$('body').removeClass().addClass(theme);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue