mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 12:42:15 +02: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 {
|
&__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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue