From 6b909eea3db887214fdd13dffb1dda48ddc7e420 Mon Sep 17 00:00:00 2001 From: Jean-Nicolas Veigel Date: Thu, 14 Mar 2024 04:05:51 +0100 Subject: feat: add sugar, links, css & content to /everything page --- static/common.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'static/common.css') diff --git a/static/common.css b/static/common.css index 2c9a188..0a73719 100644 --- a/static/common.css +++ b/static/common.css @@ -7,12 +7,13 @@ --aged-plastic-yellow: #fffbe8; --unexpected-aubergine: #584355; --underwater-blue: #292d3e; + --muted-indigo: #303549; --charcoal: #2f2f2f; --black: #1e1e1e; --blacker: #151515; /* Other greys */ - --off-white: #f5f5f5; + --off-white: #f0f0f0; /* Other colors */ --menthol: #c8ffa7; @@ -34,8 +35,8 @@ /* Dark theme */ --dark-theme-background: var(--underwater-blue); - --dark-theme-background-dim: var(--black); + --dark-theme-background-dim: var(--muted-indigo); --dark-theme-text: var(--white); - --dark-theme-text-secondary: var(--aged-plastic-yellow); + --dark-theme-text-secondary: var(--off-white); --dark-theme-code: var(--deep-saffron); } -- cgit v1.2.3