Fixed Close Button Color in Dark Mode

This commit is contained in:
Ponkhy 2021-08-09 17:56:44 +02:00
parent 0e46ce42d1
commit e39c46ff9b

View File

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