We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de50246 commit c76b884Copy full SHA for c76b884
css-theme/src/app.ts
@@ -11,7 +11,7 @@ WebFont.load({
11
const light: HTMLLinkElement = document.querySelector('#light');
12
const dark: HTMLLinkElement = document.querySelector('#dark');
13
14
-const theme:string = localStorage.getItem('theme');
+const theme: string = localStorage.getItem('theme');
15
const body: HTMLElement = document.body;
16
const defaultTheme: string = 'dark';
17
0 commit comments