Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 14:40:03 +01:00 committed by GitHub
parent b311e55288
commit 63f93a2208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,12 +158,7 @@
line-height: 23px;
font-weight: 400
}
p a {
color: #00326d
}
p a:hover {
color: #c60c2b
}
.brand-image {
height: 75px;
@ -232,7 +227,28 @@
position: static;
}
.darkblue-container .darkblue-bar .darkblue-title .a {
line-height: 37px;
font-size: 22px;
font-size: 1.375rem;
color: #fff
font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif;
position: static;
text-decoration: none;
}
.darkblue-container .darkblue-bar .darkblue-title .a:visited {
line-height: 37px;
font-size: 22px;
font-size: 1.375rem;
color: #fff
font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif;
position: static;
text-decoration: none;
}
a, a:visited {
text-decoration: none;
}