Update opaque text color

This commit is contained in:
Nicholas Jitkoff 2022-06-15 08:32:58 -07:00
parent 23492824ce
commit 3a6baedc1e

View file

@ -368,8 +368,10 @@ user-select: none;
@media (prefers-color-scheme: dark) {
body {
--text-color:white;
--opaque-text-color:white;
--hover-background-color:rgba(255,255,255, 0.14);
--background-color:#222;
}
}