Skip to content
Snippets Groups Projects
Commit 786440a0 authored by khawkins's avatar khawkins
Browse files

Inherit colours

parent 53a2813c
No related branches found
No related tags found
No related merge requests found
......@@ -117,28 +117,28 @@ div.warning {
.secondary-background, a.secondary-background, .tag.secondary-background, .button.secondary-background {
background: #666; }
.ebi-color, .label.ebi-color, a.ebi-color, a:hover.ebi-color {
.ebi-color, .ebi-color a, .ebi-color a:visited, .ebi-color h3, .ebi-color h4, .label.ebi-color, a.ebi-color, a:hover.ebi-color {
color: #007c82; }
.services-color, .label.services-color, a.services-color, a:hover.services-color {
.services-color, .services-color a, .services-color a:visited, .services-color h3, .services-color h4, .label.services-color, a.services-color, a:hover.services-color {
color: #389198; }
.research-color, .label.research-color, a.research-color, a:hover.research-color {
.research-color, .research-color a, .research-color a:visited, .research-color h3, .research-color h4, .label.research-color, a.research-color, a:hover.research-color {
color: #6dab49; }
.training-color, .label.training-color, a.training-color, a:hover.training-color {
.training-color, .training-color a, .training-color a:visited, .training-color h3, .training-color h4, .label.training-color, a.training-color, a:hover.training-color {
color: #e9b400; }
.industry-color, .label.industry-color, a.industry-color, a:hover.industry-color {
.industry-color, .industry-color a, .industry-color a:visited, .industry-color h3, .industry-color h4, .label.industry-color, a.industry-color, a:hover.industry-color {
color: #0086b4; }
.elixir-color, .label.elixir-color, a.elixir-color, a:hover.elixir-color {
.elixir-color, .elixir-color a, .elixir-color a:visited, .elixir-color h3, .elixir-color h4, .label.elixir-color, a.elixir-color, a:hover.elixir-color {
color: #fb6a2a; }
.white-color, .label.white-color, a.white-color, a:hover.white-color {
.white-color, .white-color a, .white-color a:visited, .white-color h3, .white-color h4, .label.white-color, a.white-color, a:hover.white-color {
color: white; }
.secondary-color, .label.secondary-color, a.secondary-color, a:hover.secondary-color {
.secondary-color, .secondary-color a, .secondary-color a:visited, .secondary-color h3, .secondary-color h4, .label.secondary-color, a.secondary-color, a:hover.secondary-color {
color: #666; }
/*
......
This diff is collapsed.
......@@ -90,14 +90,14 @@ a:active {
.white-background, a.white-background, .tag.white-background, .button.white-background { background: $ebi-colour-white; }
.secondary-background, a.secondary-background, .tag.secondary-background, .button.secondary-background { background: $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;}
.ebi-color, .ebi-color a, .ebi-color a:visited, .ebi-color h3, .ebi-color h4, .label.ebi-color, a.ebi-color, a:hover.ebi-color { color: $ebi-colour-petrol; }
.services-color, .services-color a, .services-color a:visited, .services-color h3, .services-color h4, .label.services-color, a.services-color, a:hover.services-color { color: $ebi-colour-services; }
.research-color, .research-color a, .research-color a:visited, .research-color h3, .research-color h4, .label.research-color, a.research-color, a:hover.research-color { color: $ebi-colour-light-green; }
.training-color, .training-color a, .training-color a:visited, .training-color h3, .training-color h4, .label.training-color, a.training-color, a:hover.training-color { color: $ebi-colour-training; }
.industry-color, .industry-color a, .industry-color a:visited, .industry-color h3, .industry-color h4, .label.industry-color, a.industry-color, a:hover.industry-color { color: $ebi-colour-industry; }
.elixir-color, .elixir-color a, .elixir-color a:visited, .elixir-color h3, .elixir-color h4, .label.elixir-color, a.elixir-color, a:hover.elixir-color { color: $ebi-colour-elixir; }
.white-color, .white-color a, .white-color a:visited, .white-color h3, .white-color h4, .label.white-color, a.white-color, a:hover.white-color { color: $ebi-colour-white; }
.secondary-color, .secondary-color a, .secondary-color a:visited, .secondary-color h3, .secondary-color h4, .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