From dacd72ffb3a538e6edc7c120afb81750aab1a854 Mon Sep 17 00:00:00 2001 From: x Date: Sun, 9 Mar 2025 12:11:17 +0100 Subject: [PATCH] bbbb --- public/s/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/js/theme.js b/public/s/js/theme.js index 8e653b1..626045f 100644 --- a/public/s/js/theme.js +++ b/public/s/js/theme.js @@ -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") {