Add home menu

This commit is contained in:
Misode
2019-12-29 18:30:34 +01:00
parent cab0885fc0
commit 303205aea9
10 changed files with 87 additions and 178 deletions

View File

@@ -7,6 +7,7 @@ addListener(updateView);
changeTheme(localStorage.getItem('theme'))
function changeTheme(theme) {
console.log(theme);
if (theme === null) {
theme = 'light';
}