Fix instrument colors
This commit is contained in:
parent
ffcf382c51
commit
36932baa89
|
|
@ -124,11 +124,11 @@
|
|||
}
|
||||
|
||||
&--language-communication {
|
||||
@include filter-block($color-accent-2-dark);
|
||||
@include filter-block($color-accent-1-dark);
|
||||
}
|
||||
|
||||
&--society {
|
||||
@include filter-block($color-accent-1-dark);
|
||||
@include filter-block($color-accent-2-dark);
|
||||
}
|
||||
|
||||
&--interdisciplinary {
|
||||
|
|
|
|||
|
|
@ -56,19 +56,19 @@
|
|||
$root: &;
|
||||
|
||||
&__language-communication {
|
||||
background-color: $color-accent-2-light;
|
||||
|
||||
#{$root}__category {
|
||||
color: $color-accent-2-dark;
|
||||
}
|
||||
}
|
||||
|
||||
&__society {
|
||||
background-color: $color-accent-1-light;
|
||||
|
||||
#{$root}__category {
|
||||
color: $color-accent-1-dark;
|
||||
}
|
||||
}
|
||||
|
||||
&__society {
|
||||
background-color: $color-accent-2-light;
|
||||
|
||||
#{$root}__category {
|
||||
color: $color-accent-2-dark;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue