From 1b5b42cb9e7f0644cbedad7500b9333eb9dd6f8f Mon Sep 17 00:00:00 2001 From: Jean-Nicolas Veigel Date: Thu, 14 Mar 2024 05:49:14 +0100 Subject: fix: revert common.css changes --- static/common.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'static/common.css') 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); } -- cgit v1.2.3