From 84bd9e4cd22553c514e1a9cbdbdc63c1e58a76eb Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Sun, 18 Jan 2026 05:42:31 +0800 Subject: [PATCH] fix(docs): uno.config property --- docs/uno.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uno.config.ts b/docs/uno.config.ts index b1970662c..cea98857b 100644 --- a/docs/uno.config.ts +++ b/docs/uno.config.ts @@ -43,7 +43,7 @@ export default defineConfig({ '.dark details': { 'background-color': '#5870840f', }, - 'li': { + 'ul': { 'margin-top': '0.25rem', 'margin-bottom': '0.25rem', },