From 9a9f11e2a2dbf89a632e3548fb7426fa640f3147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=83=E4=B8=81=E7=8B=97=7E?= Date: Thu, 26 Sep 2024 20:09:18 +0800 Subject: [PATCH] Update homohub.css --- themes/homohub.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/homohub.css b/themes/homohub.css index 7c4abd9..82767bc 100644 --- a/themes/homohub.css +++ b/themes/homohub.css @@ -9,6 +9,10 @@ border-radius: var(--nextui-radius-small); } +.border-primary-foreground span { + background-color: hsl(var(--nextui-primary-foreground)); +} + html{ --nextui-background: 0 0% 0% !important; --nextui-foreground-50: 240 5.88% 10% !important;