From 2e7709f6104ce326079d6aac6b49ae9aa1591495 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Sat, 24 Feb 2024 21:23:35 +0330 Subject: [PATCH] Update index.html --- web/html/xui/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index e796abfa..4a0de983 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -18,6 +18,17 @@ .ant-card-dark h2 { color: var(--dark-color-text-primary); } + + .dark .ant-card-hoverable:hover, + .dark .ant-space-item > .ant-tabs:hover { + transform: scale(0.987); + outline-color: var(--dark-color-stroke); + outline-offset: -1px; + } + + .dark .ant-card-bordered { + outline: 2px solid var(--dark-color-background); + }
@@ -343,6 +354,7 @@ {{template "js" .}} {{template "component/themeSwitcher" .}} +{{template "component/ultraDarkTheme" .}} {{template "textModal"}}