fix muted link displayability, only limit to answerboxes
This commit is contained in:
parent
98ed4dfe85
commit
1907583565
|
@ -57,7 +57,7 @@ body {
|
|||
font-size: 80%;
|
||||
}
|
||||
|
||||
.text-muted a, .text-muted a:hover {
|
||||
.answer-box .text-muted a, .answer-box .text-muted a:hover {
|
||||
color: $gray-dark;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue