N°3525 Make colors more accessible

This commit is contained in:
Stephen Abello
2021-11-19 09:52:51 +01:00
parent 67fa156c0e
commit aedb9ccbba
10 changed files with 17 additions and 14 deletions

View File

@@ -49,7 +49,10 @@ $ibo-alert-colors: (
.ibo-alert.ibo-is-#{$sColor} {
background-color: $bg-color;
color: $text-color;
a {
color: $text-color;
@extend %ibo-font-ral-bol-150;
}
&::before {
background-color: $highlight-color;
}