mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-29 12:41:48 +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%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-muted a, .text-muted a:hover {
|
.answer-box .text-muted a, .answer-box .text-muted a:hover {
|
||||||
color: $gray-dark;
|
color: $gray-dark;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue