Skip to content
Snippets Groups Projects
Commit 1c94e22d authored by khawkins's avatar khawkins
Browse files

Increase label color specificity

parent 65641ed0
No related branches found
No related tags found
No related merge requests found
......@@ -110,28 +110,28 @@ a:active {
.secondary-background, a.secondary-background, .button.secondary-background {
background: #666; }
.ebi-color, a.ebi-color, a:hover.ebi-color {
.ebi-color, .label.ebi-color, a.ebi-color, a:hover.ebi-color {
color: #007c82; }
.services-color, a.services-color, a:hover.services-color {
.services-color, .label.services-color, a.services-color, a:hover.services-color {
color: #389198; }
.research-color, a.research-color, a:hover.research-color {
.research-color, .label.research-color, a.research-color, a:hover.research-color {
color: #6dab49; }
.training-color, a.training-color, a:hover.training-color {
.training-color, .label.training-color, a.training-color, a:hover.training-color {
color: #e9b400; }
.industry-color, a.industry-color, a:hover.industry-color {
.industry-color, .label.industry-color, a.industry-color, a:hover.industry-color {
color: #0086b4; }
.elixir-color, a.elixir-color, a:hover.elixir-color {
.elixir-color, .label.elixir-color, a.elixir-color, a:hover.elixir-color {
color: #fb6a2a; }
.white-color, a.white-color, a:hover.white-color {
.white-color, .label.white-color, a.white-color, a:hover.white-color {
color: white; }
.secondary-color, a.secondary-color, a:hover.secondary-color {
.secondary-color, .label.secondary-color, a.secondary-color, a:hover.secondary-color {
color: #666; }
/*
......
This diff is collapsed.
......@@ -88,14 +88,14 @@ a:active {
.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; }
.research-color, a.research-color, a:hover.research-color { color: $ebi-colour-light-green; }
.training-color, a.training-color, a:hover.training-color { color: $ebi-colour-training; }
.industry-color, a.industry-color, a:hover.industry-color { color: $ebi-colour-industry; }
.elixir-color, a.elixir-color, a:hover.elixir-color { color: $ebi-colour-elixir; }
.white-color, a.white-color, a:hover.white-color { color: $ebi-colour-white; }
.secondary-color, a.secondary-color, a:hover.secondary-color {color: $ebi-colour-dark-grey;}
.ebi-color, .label.ebi-color, a.ebi-color, a:hover.ebi-color { color: $ebi-colour-petrol; }
.services-color, .label.services-color, a.services-color, a:hover.services-color { color: $ebi-colour-services; }
.research-color, .label.research-color, a.research-color, a:hover.research-color { color: $ebi-colour-light-green; }
.training-color, .label.training-color, a.training-color, a:hover.training-color { color: $ebi-colour-training; }
.industry-color, .label.industry-color, a.industry-color, a:hover.industry-color { color: $ebi-colour-industry; }
.elixir-color, .label.elixir-color, a.elixir-color, a:hover.elixir-color { color: $ebi-colour-elixir; }
.white-color, .label.white-color, a.white-color, a:hover.white-color { color: $ebi-colour-white; }
.secondary-color, .label.secondary-color, a.secondary-color, a:hover.secondary-color {color: $ebi-colour-dark-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