dark background for answers && no background for highlight

This commit is contained in:
Noémi Ványi 2017-12-20 17:07:02 +01:00
parent 943404a103
commit 0cb8a849da
2 changed files with 9 additions and 0 deletions

View File

@ -234,3 +234,12 @@ p.btn.btn-default{
background: #d9534f;
}
.well {
background: #444;
border-color: #282a2e;
}
.highlight {
background-color: transparent !important;
}