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;
position: absolute;
z-index: 10;
color: white;
text-shadow: 0 0 2px $color-grey;
color: $color-brand-secondary;
.slider--teasers & {
background-color: $color-brand-secondary;
color: white;
border-radius: 4px;
padding: 4px 2px 0 2px;
}