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:
parent
208ae1e5bb
commit
3ce4d13f9f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ html {
|
|||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
--bg: rgb(17, 17, 27);
|
||||
--fg: rgb(224, 222, 244);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue