Fix text color of answerbox actions

This commit is contained in:
Andreas Nedbal 2024-02-28 21:50:05 +01:00 committed by Andreas Nedbal
parent f5db6e74f1
commit fbb6fcdf7b

View file

@ -37,6 +37,7 @@
&__action { &__action {
padding-left: 0; padding-left: 0;
padding-right: map.get($spacers, 1); padding-right: map.get($spacers, 1);
color: RGBA(var(--raised-text), 0.75);
text-decoration: none; text-decoration: none;
& i { & i {
@ -47,6 +48,7 @@
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {
color: RGBA(var(--raised-text), 1);
text-decoration: none; text-decoration: none;
} }