Update fonts

This commit is contained in:
Dave Gallant
2023-05-07 19:32:21 -04:00
parent b92e4c9d99
commit 3bbbbc896b
59 changed files with 447 additions and 168 deletions

View File

@@ -32,5 +32,5 @@ function toggleTheme() {
}
}
var savedTheme = localStorage.getItem("theme-storage") || "dark";
var savedTheme = localStorage.getItem("theme-storage") || "light";
setTheme(savedTheme);