From 2e8685e3539d071b879f998a9d389b8d171b79ab Mon Sep 17 00:00:00 2001 From: Jean-Nicolas Veigel Date: Thu, 14 Mar 2024 05:53:19 +0100 Subject: fix(css): revert common off-white color --- static/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/common.css b/static/common.css index 3029adf..2c9a188 100644 --- a/static/common.css +++ b/static/common.css @@ -12,7 +12,7 @@ --blacker: #151515; /* Other greys */ - --off-white: #f0f0f0; + --off-white: #f5f5f5; /* Other colors */ --menthol: #c8ffa7; -- cgit v1.2.3