From 97357be6125f627eaf7b5663627863335aabf9c8 Mon Sep 17 00:00:00 2001 From: Jean-Nicolas Veigel Date: Sun, 17 Mar 2024 19:33:44 +0100 Subject: style: tweak light accent color for better accessibility --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- cgit v1.2.3