From 1aa7caa3e517d54089799c96aab3ca3205df9973 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Thu, 24 Apr 2025 15:18:38 +0800 Subject: [PATCH] Update style.css --- packages/frontend/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/style.css b/packages/frontend/src/style.css index 13b2ea0..6401563 100644 --- a/packages/frontend/src/style.css +++ b/packages/frontend/src/style.css @@ -82,7 +82,7 @@ body { /* 全局链接样式 */ a { - color: var(--link-color); + /* color: var(--link-color); */ /* 注释掉全局 a 标签的颜色设置,让 Tailwind 类生效 */ text-decoration: none; /* 移除下划线 */ }