From 048b455ac7cdb206b6df0262aa33e9deca491a10 Mon Sep 17 00:00:00 2001 From: matze Date: Sat, 4 Nov 2023 16:32:49 +0100 Subject: [PATCH] colors according to style guide, removed shadow and underline --- css/default.css | 1 - css/main.css | 11 ++++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/css/default.css b/css/default.css index b28b7b2..4957e29 100755 --- a/css/default.css +++ b/css/default.css @@ -150,7 +150,6 @@ h2 { padding : 0px; margin-top : 1em; margin-bottom : 0.14em; - text-decoration : underline; } h3 { font-size : 1.3em; diff --git a/css/main.css b/css/main.css index b25bb37..4a09a15 100755 --- a/css/main.css +++ b/css/main.css @@ -43,7 +43,7 @@ iframe { top : 300px; right : 0px; left : 0px; - padding-bottom : 20px; + padding-bottom : 0px; text-align : center; box-sizing: border-box; } @@ -191,8 +191,7 @@ iframe { #BoxLinks a.MenuLink { display : inline-block; - color : black; - text-shadow: 0px 0px 8px white, 0px 0px 8px white, 0px 0px 8px white, 0px 0px 8px white; + color : white; font-size : 22.4px; padding-left : 15px; padding-right : 15px; @@ -208,9 +207,7 @@ iframe { #BoxLinks a:hover { color: #00aff0; } #BoxLinks a:active { color: #42A62A; } #BoxLinks a.MenuLink.active { - text-decoration : underline; - color : #000; - text-shadow: 0px 0px 8px #bedc0a, 0px 0px 8px #bedc0a, 0px 0px 8px #bedc0a, 0px 0px 8px #bedc0a; + color : #BEDC0A; cursor : default; background-color : transparent; } @@ -256,7 +253,7 @@ iframe { #BoxBottom { - background-color: #efebdc; + background-color: #BEDC0A; margin-top: 20px; } #BoxBottom .footer__ternary-navigation {