From ce0c162e8564bc6cac7a12b26a0395b5a7c2310d Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:21:18 +0330 Subject: [PATCH] Update index.html --- web/html/xui/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index a5070e3b..15aab355 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -24,6 +24,10 @@ transform: scale(0.987); border-color: #40434d; } + + .dark .ant-card-bordered { + border: 2px solid var(--dark-color-background); + }