fix(client): nigtn mode for challenge intros

This commit is contained in:
Valeriy
2019-02-03 18:22:34 +03:00
committed by mrugesh mohapatra
parent 0030892645
commit d6e36150f9

View File

@@ -46,3 +46,7 @@
background-color: #242424; background-color: #242424;
color: #02a902; color: #02a902;
} }
.night .list-group-item {
background-color: unset;
}