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;
margin-top : 1em;
margin-bottom : 0.14em;
text-decoration : underline;
}
h3 {
font-size : 1.3em;

View File

@ -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 {