Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cb8a849 authored by Noémi Ványi's avatar Noémi Ványi
Browse files

dark background for answers && no background for highlight

parent 943404a1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -234,3 +234,12 @@ p.btn.btn-default{
  background: #d9534f;

}

.well {
  background: #444;
  border-color: #282a2e;
}

.highlight {
  background-color: transparent !important;
}