From 741690b30e6fc8016ff74aecb876ddc0abf8b080 Mon Sep 17 00:00:00 2001 From: Shiro-Nek0 Date: Fri, 27 Feb 2026 01:06:42 -0300 Subject: [PATCH] X fix --- templates/index.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/templates/index.html b/templates/index.html index 7396194..2ccffef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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%); + } @@ -534,11 +542,11 @@