From 6a45f3d67d3162822ab6a5498ef58bec4068086f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Tue, 13 Jan 2026 17:11:38 +0800 Subject: [PATCH] fix color --- Web/src/styles/rich-content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/src/styles/rich-content.css b/Web/src/styles/rich-content.css index 285b101..4ee13d8 100644 --- a/Web/src/styles/rich-content.css +++ b/Web/src/styles/rich-content.css @@ -95,7 +95,7 @@ } .rich-html-content th { - background: var(--van-gray-1); + background: var(--van-border-color); color: var(--van-text-color); font-weight: 600; }