diff options
Diffstat (limited to 'static')
-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), |