colors according to style guide,

removed shadow and underline
pull/1/head
matze 2023-11-04 16:32:49 +01:00
parent adb7294552
commit 048b455ac7
2 changed files with 4 additions and 8 deletions

View File

@ -150,7 +150,6 @@ h2 {
padding : 0px; padding : 0px;
margin-top : 1em; margin-top : 1em;
margin-bottom : 0.14em; margin-bottom : 0.14em;
text-decoration : underline;
} }
h3 { h3 {
font-size : 1.3em; font-size : 1.3em;

View File

@ -43,7 +43,7 @@ iframe {
top : 300px; top : 300px;
right : 0px; right : 0px;
left : 0px; left : 0px;
padding-bottom : 20px; padding-bottom : 0px;
text-align : center; text-align : center;
box-sizing: border-box; box-sizing: border-box;
} }
@ -191,8 +191,7 @@ iframe {
#BoxLinks a.MenuLink { #BoxLinks a.MenuLink {
display : inline-block; display : inline-block;
color : black; color : white;
text-shadow: 0px 0px 8px white, 0px 0px 8px white, 0px 0px 8px white, 0px 0px 8px white;
font-size : 22.4px; font-size : 22.4px;
padding-left : 15px; padding-left : 15px;
padding-right : 15px; padding-right : 15px;
@ -208,9 +207,7 @@ iframe {
#BoxLinks a:hover { color: #00aff0; } #BoxLinks a:hover { color: #00aff0; }
#BoxLinks a:active { color: #42A62A; } #BoxLinks a:active { color: #42A62A; }
#BoxLinks a.MenuLink.active { #BoxLinks a.MenuLink.active {
text-decoration : underline; color : #BEDC0A;
color : #000;
text-shadow: 0px 0px 8px #bedc0a, 0px 0px 8px #bedc0a, 0px 0px 8px #bedc0a, 0px 0px 8px #bedc0a;
cursor : default; cursor : default;
background-color : transparent; background-color : transparent;
} }
@ -256,7 +253,7 @@ iframe {
#BoxBottom { #BoxBottom {
background-color: #efebdc; background-color: #BEDC0A;
margin-top: 20px; margin-top: 20px;
} }
#BoxBottom .footer__ternary-navigation { #BoxBottom .footer__ternary-navigation {