mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-09 06:04:17 -05:00
fix(settings): Background color of panels changed in night mode
Closes #16826
This commit is contained in:
committed by
Stuart Taylor
parent
60b3126207
commit
e50582ecf5
@@ -15,9 +15,10 @@
|
||||
}
|
||||
.panel {
|
||||
color:#333333;
|
||||
background-color: #cccccc;
|
||||
a {
|
||||
color: @brand-primary;
|
||||
&:hover, &:focus {
|
||||
&:hover {
|
||||
color: #001800;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user