From f998ba21b3f933976c0758ec74bca75422186f6e Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 9 Dec 2023 17:27:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=A2=9E=E5=8A=A0=E6=B7=B1?= =?UTF-8?q?=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=8B=E7=9A=84=E8=BE=A8=E8=AF=86?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/common/News.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/common/News.vue b/src/pages/common/News.vue index 2deb935e..ff2fb628 100644 --- a/src/pages/common/News.vue +++ b/src/pages/common/News.vue @@ -264,6 +264,10 @@ function searchPost(): void { font-family: var(--font-title); } +.dark .news-switch-btn { + border: 1px solid var(--common-shadow-2); +} + .news-search { margin-left: 10px; color: var(--box-text-1);