fix: 💄 white foreground on forced black background

Remedies the problem introduced by 020c4f578827e2391b35cd102ee197cc037c0382 causing black text to appear over a black-ish background
This commit is contained in:
ThatOneCalculator 2023-06-18 16:37:46 -07:00
parent 208ae1e5bb
commit 3ce4d13f9f

View File

@ -5,6 +5,7 @@ html {
@media (prefers-color-scheme: dark) {
html {
--bg: rgb(17, 17, 27);
--fg: rgb(224, 222, 244);
}
}