f0bm #75

Closed
schrumpel wants to merge 68 commits from schrumpel/f0bm:f0bm into master
12 changed files with 198 additions and 132 deletions
Showing only changes of commit dacd72ffb3 - Show all commits

View File

@ -32,7 +32,7 @@ const Cookie = {
document.addEventListener("keydown", e => {
if(e.target.tagName === "INPUT")
return;
const acttheme = Cookie.get('theme') ?? "f0ck";
const acttheme = Cookie.get('theme') ?? "atmos";
const themes = [...themecontainer.querySelectorAll("li > a")].map(t => t.innerText.toLowerCase());
const k = e.key;
if(k === "t") {