Adjust slider arrow colors once more

This commit is contained in:
Björn Fromme
2019-06-24 12:07:18 +02:00
parent abc1ce2428
commit 58e8937c7a
@@ -129,11 +129,11 @@
background: transparent; background: transparent;
position: absolute; position: absolute;
z-index: 10; z-index: 10;
color: white; color: $color-brand-secondary;
text-shadow: 0 0 2px $color-grey;
.slider--teasers & { .slider--teasers & {
background-color: $color-brand-secondary; background-color: $color-brand-secondary;
color: white;
border-radius: 4px; border-radius: 4px;
padding: 4px 2px 0 2px; padding: 4px 2px 0 2px;
} }