fix close button on win98 theme

pull/211/head
Aevann 2023-10-04 13:51:31 +03:00
parent b7c6cf63ad
commit 394f76f889
1 changed files with 4 additions and 0 deletions

View File

@ -185,3 +185,7 @@ blockquote {
.modal-content {
background-color: var(--gray-500);
}
button.close i {
color: var(--light) !important;
}