diff options
author | Jean-Nicolas Veigel <art.jnveigel@gmail.com> | 2024-03-14 05:53:19 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-26 10:31:25 +0000 |
commit | 2e8685e3539d071b879f998a9d389b8d171b79ab (patch) | |
tree | e329c6c043578ce8e183e987fb0793a3cc1a5962 | |
parent | 1b5b42cb9e7f0644cbedad7500b9333eb9dd6f8f (diff) | |
download | tour-2e8685e3539d071b879f998a9d389b8d171b79ab.tar.gz tour-2e8685e3539d071b879f998a9d389b8d171b79ab.zip |
fix(css): revert common off-white color
-rw-r--r-- | static/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |