From a67dedefb422bc338585193dcb0fa81b17e1c9f3 Mon Sep 17 00:00:00 2001 From: rohow Date: Fri, 30 Jan 2026 18:49:54 +0800 Subject: [PATCH] style(toc): update icon color from yellow to red --- src/styles/post-toc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/post-toc.scss b/src/styles/post-toc.scss index d626a67..6c7f88c 100644 --- a/src/styles/post-toc.scss +++ b/src/styles/post-toc.scss @@ -104,7 +104,7 @@ // 标签图标 <> &__icon { flex-shrink: 0; - color: var(--yellow); + color: var(--red); margin-right: 4px; opacity: 0.7; }