Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
b311e55288
commit
63f93a2208
1 changed files with 22 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue