This commit is contained in:
Shiro-Nek0
2026-02-27 01:06:42 -03:00
parent 7235c7ff09
commit 741690b30e

View File

@@ -244,6 +244,14 @@
[data-theme="dark"] .modal-body .text-muted {
color: #f6f6f7 !important;
}
.btn-close {
filter: none;
}
[data-theme="dark"] .btn-close {
filter: invert(1) grayscale(100%) brightness(200%);
}
</style>
</head>