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