fix: 💄 white foreground on forced black background

Remedies the problem introduced by 020c4f5788 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 f978c9200d
commit 37be746812
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

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