From 7df57736edb12c28307651392437c0dbfa3bf022 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:47:50 +0330 Subject: [PATCH] Update index.html --- web/html/xui/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 15aab355..1c3132d6 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -22,11 +22,11 @@ .dark .ant-card-hoverable:hover, .dark .ant-space-item > .ant-tabs:hover { transform: scale(0.987); - border-color: #40434d; + outline-color: #40434d; } .dark .ant-card-bordered { - border: 2px solid var(--dark-color-background); + outline: 2px solid var(--dark-color-background); }