From 8f1f3c25d8cc29f0f86048f369b6ae69675f3de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 17 Feb 2022 01:03:48 +0100 Subject: [PATCH] theme: neon refinement #175 --- static/css/theme-neon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme-neon.css b/static/css/theme-neon.css index a4a1fecc53..ca3cd2fc5d 100644 --- a/static/css/theme-neon.css +++ b/static/css/theme-neon.css @@ -12,7 +12,7 @@ /* optional overwrites for specific headers */ --MAIN-TITLES-H2-color: #f300b2; /* Color of h2 headlines */ --MAIN-TITLES-H3-color: #00f3d3; /* Color of h3 headlines */ - --MAIN-TITLES-H4-color: #ffffff; /* Color of h3 headlines */ + --MAIN-TITLES-H4-color: #ffff00; /* Color of h4 headlines */ --MAIN-LINK-color: #1c90f3; /* Color of links */ --MAIN-LINK-HOVER-color: #4cabff; /* Color of hovered links */