fix(settings): Background color of panels changed in night mode

Closes #16826
This commit is contained in:
Vivek Agrawal
2018-03-02 23:35:46 +05:30
committed by Stuart Taylor
parent 60b3126207
commit e50582ecf5

View File

@ -15,9 +15,10 @@
} }
.panel { .panel {
color:#333333; color:#333333;
background-color: #cccccc;
a { a {
color: @brand-primary; color: @brand-primary;
&:hover, &:focus { &:hover {
color: #001800; color: #001800;
} }
} }