From 9ca0e5d52afbba2565fa8f7cef3bd15baf16d04b Mon Sep 17 00:00:00 2001 From: khawkins98 <khawkins98@gmail.com> Date: Wed, 15 Nov 2017 12:32:17 +0000 Subject: [PATCH] Add black --- css/ebi-css-build/_ebi_color_styles.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/ebi-css-build/_ebi_color_styles.scss b/css/ebi-css-build/_ebi_color_styles.scss index 9a7eddbe..083bc1da 100644 --- a/css/ebi-css-build/_ebi_color_styles.scss +++ b/css/ebi-css-build/_ebi_color_styles.scss @@ -40,6 +40,9 @@ .white-background { @at-root a#{&}, &, &.button, &.button:hover, &.tag { background: $ebi-colour-white; } } + .black-background { + @at-root a#{&}, &, &.button, &.button:hover, &.tag { background: $black; } + } .secondary-background { @at-root a#{&}, &, &.button, &.button:hover, &.tag { background: $ebi-colour-dark-grey; } } @@ -83,6 +86,11 @@ color: $ebi-colour-white; } } + .black-color { + @at-root .label#{&}, .button#{&}, a#{&}, a:hover#{&}, &, & cite, & a, & a:hover, & a:visited, & h3, & h4 { + color: $black; + } + } .secondary-color { @at-root .label#{&}, .button#{&}, a#{&}, a:hover#{&}, &, & cite, & a, & a:hover, & a:visited, & h3, & h4 { color: $ebi-colour-dark-grey; -- GitLab