Skip to content
Snippets Groups Projects
Commit 0b20a6b6 authored by khawkins's avatar khawkins
Browse files

Increase background colour specificity

parent e1e4f895
No related branches found
No related tags found
No related merge requests found
......@@ -86,28 +86,28 @@ a:active {
background-color: #666;
padding: 0 0.2em; }
.ebi-background {
.ebi-background, a.ebi-background, .button.ebi-background {
background: #007c82; }
.services-background {
.services-background, a.services-background, .button.services-background {
background: #389198; }
.research-background {
.research-background, a.research-background, .button.research-background {
background: #6dab49; }
.training-background {
.training-background, a.training-background, .button.training-background {
background: #e9b400; }
.industry-background {
.industry-background, a.industry-background, .button.industry-background {
background: #0086b4; }
.elixir-background {
.elixir-background, a.elixir-background, .button.elixir-background {
background: #fb6a2a; }
.white-background {
.white-background, a.white-background, .button.white-background {
background: white; }
.secondary-background {
.secondary-background, a.secondary-background, .button.secondary-background {
background: #666; }
.ebi-color, a.ebi-color, a:hover.ebi-color {
......
This diff is collapsed.
......@@ -79,14 +79,14 @@ a:active {
padding: 0 0.2em;
}
.ebi-background { background: $ebi-colour-main; }
.services-background { background: $ebi-colour-services; }
.research-background { background: $ebi-colour-research; }
.training-background { background: $ebi-colour-training; }
.industry-background { background: $ebi-colour-industry; }
.elixir-background { background: $ebi-colour-elixir; }
.white-background { background: $ebi-colour-white; }
.secondary-background { background: $ebi-colour-dark-grey; }
.ebi-background, a.ebi-background, .button.ebi-background { background: $ebi-colour-main; }
.services-background, a.services-background, .button.services-background { background: $ebi-colour-services; }
.research-background, a.research-background, .button.research-background { background: $ebi-colour-research; }
.training-background, a.training-background, .button.training-background { background: $ebi-colour-training; }
.industry-background, a.industry-background, .button.industry-background { background: $ebi-colour-industry; }
.elixir-background, a.elixir-background, .button.elixir-background { background: $ebi-colour-elixir; }
.white-background, a.white-background, .button.white-background { background: $ebi-colour-white; }
.secondary-background, a.secondary-background, .button.secondary-background { background: $ebi-colour-dark-grey; }
.ebi-color, a.ebi-color, a:hover.ebi-color { color: $ebi-colour-petrol; }
.services-color, a.services-color, a:hover.services-color { color: $ebi-colour-services; }
......
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