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

Fix colour selection for active tabs

parent 75775e21
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@
ul li.active-trail a,
ul li.active a:visited,
ul li.active-trail a:visited {
background-color: color-pick-contrast($masthead-background, $ebi-colour-dark $ebi-colour-light, 30%);
background-color: color-pick-contrast($masthead-background, $ebi-colour-light $ebi-colour-dark, 30%);
color: $masthead-background;
border-bottom: 0;
}
......
......@@ -46,7 +46,7 @@ $table-font-size: 0.9rem;
// masthead
$masthead-background: $secondary-color;
$masthead-font-color: $body-background;
$masthead-font-color: $ebi-colour-light;
// Set foundation colours
$foundation-palette: (
......
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