From 85df8d65e3baf5c805e68d82e610893afd59f25f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=BC=C3=9Fenguth?= Date: Fri, 13 Aug 2021 12:02:53 +0200 Subject: [PATCH] Fixed styling of clickable headline --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index ad631da..1924408 100644 --- a/style.css +++ b/style.css @@ -59,6 +59,17 @@ td float: left; } +#header_left a +{ + color: #9d9d9d; +} + + +#header_left a:hover +{ + color: #66ccff; +} + #header_right { display: flex;