style: specify dark mode selector

This commit is contained in:
ZhenShuo Leo
2025-11-29 15:18:19 +08:00
parent 2d3642c62b
commit c5b51e3491
2 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
@import "./components/zen-mode.css";
@import "./components/a11y.css";
html.dark {
color-scheme: dark;
}
body a,
body button {
@apply transition-colors;