diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/common.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/static/common.css b/static/common.css index 0a73719..3029adf 100644 --- a/static/common.css +++ b/static/common.css @@ -7,7 +7,6 @@ --aged-plastic-yellow: #fffbe8; --unexpected-aubergine: #584355; --underwater-blue: #292d3e; - --muted-indigo: #303549; --charcoal: #2f2f2f; --black: #1e1e1e; --blacker: #151515; @@ -35,8 +34,8 @@ /* Dark theme */ --dark-theme-background: var(--underwater-blue); - --dark-theme-background-dim: var(--muted-indigo); + --dark-theme-background-dim: var(--black); --dark-theme-text: var(--white); - --dark-theme-text-secondary: var(--off-white); + --dark-theme-text-secondary: var(--aged-plastic-yellow); --dark-theme-code: var(--deep-saffron); } |