fix missing coloring of question panel
This commit is contained in:
parent
a9ad31b285
commit
419b578956
|
@ -246,7 +246,7 @@ body#version1 {
|
|||
border-color: mix($panel_color, $panel_text, 85%);
|
||||
}
|
||||
|
||||
.panel-body, .modal-body, .modal-content {
|
||||
.panel-body, .modal-body, .modal-content, .panel-question {
|
||||
background-color: $panel_color;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue