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
1 changed files with 2 additions and 0 deletions

View File

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