mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:16:00 +01:00
Fix text color of answerbox actions
This commit is contained in:
parent
f5db6e74f1
commit
fbb6fcdf7b
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue