From 255bb79a501e5d0d69d01b37d83b3eba15acd36c Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 16 Jun 2020 21:24:17 +0200 Subject: [PATCH] Add correct color to title --- stylesheets/styles.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 4c575e2f77..d79738f388 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -249,9 +249,8 @@ h1.header { margin-top: 0; } - -h1.header, a.header, a.name, header a{ - color: #fff; +h1.header, a.header, a.name, header a { + color: #424242; } a.header {