mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #31617 -- Changed dark mode primary-fg to give higher contrast to secondary.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--primary: #264b5d;
|
--primary: #264b5d;
|
||||||
--primary-fg: #eee;
|
--primary-fg: #f7f7f7;
|
||||||
|
|
||||||
--body-fg: #eeeeee;
|
--body-fg: #eeeeee;
|
||||||
--body-bg: #121212;
|
--body-bg: #121212;
|
||||||
|
|||||||
Reference in New Issue
Block a user