mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 03:04:00 -05:00
fix(settings): Change modal footer background color for night mode
Closes #16282 Closes #16280 remove footer nightmode bg color fix(settings): Change button background for nightmode modals For accessibility Closes #16282 Closes #16280
This commit is contained in:
@@ -835,6 +835,10 @@ code {
|
||||
.modal-dialog {
|
||||
.modal-content {
|
||||
background-color: @gray;
|
||||
.btn-success,
|
||||
.btn-danger {
|
||||
background: #FFFFFF;
|
||||
}
|
||||
}
|
||||
.modal-header,
|
||||
.modal-footer {
|
||||
|
||||
Reference in New Issue
Block a user