mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-23 16:17:49 +01:00
how about fixing colors
This commit is contained in:
parent
1979f528a9
commit
2dffcbec98
1 changed files with 9 additions and 0 deletions
|
@ -78,3 +78,12 @@ body {
|
||||||
padding: 3px 6px 3px;
|
padding: 3px 6px 3px;
|
||||||
background-color: $navbar-inverse-bg;
|
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;
|
||||||
|
}
|
Loading…
Reference in a new issue