From b1f03e32b28c4584e4c6d8ad274a51409f35cdf1 Mon Sep 17 00:00:00 2001 From: wangzipai Date: Wed, 30 Oct 2024 16:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quartz/styles/custom.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 0a570291c..3f274ac6b 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -10,8 +10,8 @@ img { } /* 高亮美化 */ .text-highlight { - background-color:#3463ffce; - color: white; - border-radius: 5px; - padding: 2px; + background-color:#3463ffce; + color: #3463ffce; + border-radius: 5px; + padding: 2px; }