fix muted link displayability, only limit to answerboxes

This commit is contained in:
pixeldesu 2014-11-30 14:09:45 +01:00
parent 98ed4dfe85
commit 1907583565
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}