even more changes

This commit is contained in:
pixeldesu 2014-11-30 00:31:23 +01:00
parent 6a722af2f7
commit 78812f58f9
1 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ body {
.answerbox-question-text {
font-weight: bold;
color: $gray-darker;
}
.user-displayname {
@ -57,6 +58,6 @@ body {
}
.text-muted a, .text-muted a:hover {
color: $gray-light;
color: $gray-dark;
text-decoration: none;
}