mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-19 02:48:06 +00:00
Merge pull request #194 from Ponkhy/master
Fixed Close Button Color in Dark Mode
This commit is contained in:
commit
ef4677a640
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ h2 {
|
||||||
|
|
||||||
.btn-close {
|
.btn-close {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|
Loading…
Reference in a new issue