Merge pull request #194 from Ponkhy/master

Fixed Close Button Color in Dark Mode
This commit is contained in:
Louis Lam 2021-08-10 00:04:25 +08:00 committed by GitHub
commit ef4677a640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,7 @@ h2 {
.btn-close {
opacity: 1;
filter: invert(1);
}
.modal-header {