From 6f5774a4766024405c94827ec7447d9ce1268c5f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 24 Feb 2022 18:33:04 +0100 Subject: [PATCH] Adjust font color contrast in dark theme --- assets/css/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/main.scss b/assets/css/main.scss index f30233b..2e07042 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -184,6 +184,7 @@ body > header { #title { color: $c-font-inv; + text-decoration-color: $c-primary-inv; } nav {