From f01aa4bd8adff041f431f7e5473aeb0390faff28 Mon Sep 17 00:00:00 2001 From: wangzipai Date: Wed, 30 Oct 2024 16:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=AE=98=E6=96=B9=E9=AB=98?= =?UTF-8?q?=E4=BA=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quartz/styles/custom.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 3f274ac6b..badd93134 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -8,10 +8,3 @@ img { margin-left: auto; margin-right: auto; } -/* 高亮美化 */ -.text-highlight { - background-color:#3463ffce; - color: #3463ffce; - border-radius: 5px; - padding: 2px; -}