fix modal background in win98 theme

pull/199/head
Aevann 2023-09-15 20:04:34 +03:00
parent e22eec469d
commit f7e108b022
1 changed files with 4 additions and 0 deletions

View File

@ -181,3 +181,7 @@ blockquote {
.award-name {
color: var(--black);
}
.modal-content {
background-color: var(--gray-500);
}