diff options
Diffstat (limited to 'public/main.css')
-rw-r--r-- | public/main.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |