bs5: fix dark mode close button

This commit is contained in:
Michael Shamoon 2022-02-20 00:05:32 -08:00
parent c6fc435869
commit 744a0f1c8c

View File

@ -228,6 +228,12 @@ $border-color-dark-mode: #47494f;
color: $text-color-dark-mode;
text-shadow: 0 1px 0 #666;
}
.modal .btn-close {
color: $text-color-dark-mode;
text-shadow: 0 1px 0 #666;
filter: invert(1) grayscale(100%) brightness(200%);
}
.btn-outline-primary {
border-color: $primary-dark-mode;