diff options
author | Jean-Nicolas Veigel <art.jnveigel@gmail.com> | 2024-03-17 19:33:44 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-26 10:31:25 +0000 |
commit | 97357be6125f627eaf7b5663627863335aabf9c8 (patch) | |
tree | db17ba9bc934de80cfe06fde26acefc702ece642 /static/css/theme.css | |
parent | 93c2ed091e2fb654dc018443ce292bc46d587b4d (diff) | |
download | tour-97357be6125f627eaf7b5663627863335aabf9c8.tar.gz tour-97357be6125f627eaf7b5663627863335aabf9c8.zip |
style: tweak light accent color for better accessibility
Diffstat (limited to 'static/css/theme.css')
-rw-r--r-- | static/css/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/theme.css b/static/css/theme.css index 878ffda..2cec41e 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -6,7 +6,7 @@ Derives app colors for both dark & light themes from common.css variables :root { --hot-pink: #d900b8; - --light-pink: #fff8fe; + --light-pink: #fedcfb; --gray-light: #dfdfdf; --drop-shadow: 0 0 var(--gap-quarter) var(--color-background), |