mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-27 16:58:46 +00:00
Add home menu
This commit is contained in:
@@ -7,6 +7,7 @@ addListener(updateView);
|
||||
|
||||
changeTheme(localStorage.getItem('theme'))
|
||||
function changeTheme(theme) {
|
||||
console.log(theme);
|
||||
if (theme === null) {
|
||||
theme = 'light';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user