Skip to content
Snippets Groups Projects
Commit d549b991 authored by khawkins98's avatar khawkins98
Browse files

Relocate masthead colours

parent f65c7077
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@
}
.masthead-black-bar {
background-color: $ebi-colour-dark;
a,
a:hover,
ul.menu li a:hover,
......@@ -131,7 +133,7 @@
// masthead dropdwon styles
.dropdown-pane {
background-color: #333;
background-color: $ebi-colour-dark;
background-position: 100% 100%;
background-repeat: no-repeat;
color: #fff;
......@@ -268,7 +270,7 @@
h1,
#local-title p,
#local-title a {
color: #222;
color: $ebi-colour-dark;
}
}
body.section-home .masthead {
......
......@@ -37,7 +37,6 @@
a.button, a.button:visited { color: $ebi-colour-light; white-space: nowrap; }
// Colour - defaults to be reset by custom stylesheet
.masthead-black-bar { background-color: #333; }
h1, h2, h3, h4, h5, h6 { color: $body-font-color; }
h4 { color: $ebi-colour-medium-grey; }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment