Browse Source
Merge pull request #194 from Ponkhy/master
Fixed Close Button Color in Dark Mode
pull/197/head
Louis Lam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/assets/app.scss
|
@ -133,6 +133,7 @@ h2 { |
|
|
|
|
|
|
|
|
.btn-close { |
|
|
.btn-close { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
|
|
|
filter: invert(1); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.modal-header { |
|
|
.modal-header { |
|
|