From 96ae26809c289ee6d744da566f50a254f29544ab Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 24 Feb 2021 23:49:02 +0100 Subject: [PATCH] try to improve fontcolor in header claim --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 5c96294..6774e85 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -363,7 +363,7 @@ header { font-size: 1.2rem; line-height: 1.3em; margin: 0.5em 0 0 1em; - color: #ebebeb; + color: var(--wtf-dark-blue);; } .header__sub_claim {