feat: some stuff
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 14m41s
Deploy to GitHub Pages / deploy (push) Has been skipped

This commit is contained in:
2024-04-03 21:09:50 +02:00
parent d025f7e01b
commit 1e04a7be6f
46 changed files with 241 additions and 48 deletions

View File

@ -118,7 +118,6 @@ const { title, width = "compact" } = Astro.props;
if (!mode && supportDarkMode)
document.documentElement.classList.add("dark");
if (!mode) return;
console.log({ mode });
document.documentElement.classList.add(mode);
} catch (e) {}
})();