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); }