how about fixing colors

This commit is contained in:
pixeldesu 2014-11-30 18:27:48 +01:00
parent 1979f528a9
commit 2dffcbec98
1 changed files with 9 additions and 0 deletions

View File

@ -78,3 +78,12 @@ body {
padding: 3px 6px 3px;
background-color: $navbar-inverse-bg;
}
.panel-primary .text-muted a, .panel-primary .text-muted a:hover {
color: #fff;
text-decoration: none;
}
.panel-primary .answerbox-question-text {
color: #fff;
}