Refs #31617 -- Changed dark mode primary-fg to give higher contrast to secondary.

This commit is contained in:
David Smith 2021-12-23 20:10:25 +00:00 committed by GitHub
parent 5f6a727a6a
commit a0d43a7a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@media (prefers-color-scheme: dark) {
:root {
--primary: #264b5d;
--primary-fg: #eee;
--primary-fg: #f7f7f7;
--body-fg: #eeeeee;
--body-bg: #121212;