From 81e9db1de18615230ebd3e83e946e8bd8ddd311f Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 20 Jul 2022 14:06:37 +0200 Subject: Improve contrast of titles --- public/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/main.css') diff --git a/public/main.css b/public/main.css index 0db9e67..d1e99a5 100644 --- a/public/main.css +++ b/public/main.css @@ -1,9 +1,10 @@ /* Constants */ :root { - --color-header: #68c64e; - --color-title: #68c64e; - --color-bullet: #68c64e; + --color-green: #22a200; + + --color-header: var(--color-green); + --color-title: var(--color-green); --color-border: #bebebe; --color-light-background: #eee; --color-link: #0377bb; @@ -194,7 +195,6 @@ ul.bullets > li::before { position: absolute; left: 0; content: "•"; - color: var(--color-bullet); display: inline-block; } -- cgit v1.2.3