Skip to content
Snippets Groups Projects
Commit 27034da3 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-6831-kpaxman-fix_grey_facts' into '1.1.x'

ISTWCMS-6831: ensure grey F&F small highlight has contrasting colours

See merge request !182
parents 07f20b03 f0af784b
No related branches found
No related tags found
1 merge request!182ISTWCMS-6831: ensure grey F&F small highlight has contrasting colours
......@@ -82,8 +82,8 @@ $highlighted-fact-round: $global-rounded;
}
&__small {
background-color: var(--#{$colour}-3);
color: var(--#{$colour}-3);
background-color: var(--#{$colour}-1);
color: var(--#{$colour}-4);
}
&__caption {
......@@ -327,7 +327,12 @@ $highlighted-fact-round: $global-rounded;
&__small{
background-color: var(--#{$colour}-primary);
color: var(--uw-white);
@if $faculty == neutral {
color: var(--uw-black);
}
@else {
color: var(--uw-white);
}
}
}
&__caption {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment