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:
rainbow-bamboo 2023-04-10 19:47:18 -04:00 committed by GitHub
parent 74c5cd1f6e
commit b6c45c3d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -543,7 +543,8 @@ body.admin {
.report-modal, .report-modal,
.embed-modal, .embed-modal,
.error-modal, .error-modal,
.onboarding-modal { .onboarding-modal,
.compare-history-modal {
background: $ui-base-color; background: $ui-base-color;
} }