Update content/formatting
This commit is contained in:
parent
daca52914c
commit
29a3c6f9a6
10 changed files with 102 additions and 104 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<svelte:head>
|
||||
<script>
|
||||
if (document) {
|
||||
const defaultTheme = 'dark';
|
||||
const defaultTheme = "dark";
|
||||
const itemTheme = localStorage.getItem("theme") ?? defaultTheme;
|
||||
|
||||
localStorage.setItem("theme", itemTheme);
|
||||
|
|
|
|||
Loading…
Reference in a new issue