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 {
color:#333333;
background-color: #cccccc;
a {
color: @brand-primary;
&:hover, &:focus {
&:hover {
color: #001800;
}
}