mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 12:59:07 +01:00
fix muted link displayability, only limit to answerboxes
This commit is contained in:
parent
98ed4dfe85
commit
1907583565
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue