Skip to content

Commit c76b884

Browse files
authored
Update app.ts
1 parent de50246 commit c76b884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-theme/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WebFont.load({
1111
const light: HTMLLinkElement = document.querySelector('#light');
1212
const dark: HTMLLinkElement = document.querySelector('#dark');
1313

14-
const theme:string = localStorage.getItem('theme');
14+
const theme: string = localStorage.getItem('theme');
1515
const body: HTMLElement = document.body;
1616
const defaultTheme: string = 'dark';
1717

0 commit comments

Comments
 (0)