From edcaf8cdc0ccb545c09b3b676487c806f3d12477 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:17:56 +0330 Subject: [PATCH] Update index.html --- web/html/xui/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 1c3132d6..d09891e2 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -16,13 +16,14 @@ } .ant-card-dark h2 { - color: hsla(0, 0%, 100%, .65); + color: var(--dark-color-text-primary); } .dark .ant-card-hoverable:hover, .dark .ant-space-item > .ant-tabs:hover { transform: scale(0.987); - outline-color: #40434d; + outline-color: var(--dark-color-stroke); + outline-offset: -1px; } .dark .ant-card-bordered {