From a2914de4764070bd581d6a55dfc5b5c8968ed712 Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Sun, 7 Jun 2020 18:32:16 +0000 Subject: [PATCH] Update style.css --- style/style.css | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/style/style.css b/style/style.css index 11ff369..809ca38 100644 --- a/style/style.css +++ b/style/style.css @@ -43,13 +43,6 @@ h5 h6 { color: #362C20;} -a, a:hover -{ outline: none; - text-decoration: underline; - color: #A4AA04;} - -a:hover -{ text-decoration: none;} .left { float: left; @@ -115,17 +108,14 @@ ol li padding: 4px 0 0 0; color: #A8AA94;} -#logo h1, #logo h1 a, #logo h1 a:hover +#logo h1 { padding: 22px 0 0 0; color: #000000; text-decoration: none;} -#logo h1 a .logo_colour +#logo h1.logo_colour { color: #B60000;} -#logo a:hover .logo_colour -{ color: #FFF;} - #menubar { height: 24px; width: 900px;} -- GitLab