This commit is contained in:
2026-07-06 09:51:57 -05:00
parent 9a04282c05
commit ebda2ea883
2 changed files with 10 additions and 4 deletions
+10
View File
@@ -4,6 +4,16 @@
--accent: #555555;
}
::selection {
background: #fff;
color: #000;
}
::-moz-selection {
background: #fff;
color: #000;
}
body {
background-color: var(--bg);
color: var(--text);