Adds missing modal declaration
In the Macaron theme, the modal that shows you a post's edit history shows up as dark text on a dark background. I added the missing declaration so that now it updates dynamically.
This commit is contained in:
parent
74c5cd1f6e
commit
b6c45c3d43
|
@ -543,7 +543,8 @@ body.admin {
|
|||
.report-modal,
|
||||
.embed-modal,
|
||||
.error-modal,
|
||||
.onboarding-modal {
|
||||
.onboarding-modal,
|
||||
.compare-history-modal {
|
||||
background: $ui-base-color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue