From febd179154227a3bb5fea10b95bc3b1f2ffd6884 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 09:45:25 +0800 Subject: [PATCH] Update custom.scss --- quartz/styles/custom.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 464a0f6b4..14b9877e4 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,13 +1,11 @@ @use "./base.scss"; // put your custom CSS here!  -body { +body {  font-family: system-ui, -apple-system, Helvetica, Roboto, Tahoma, Arial, 'PingFang SC',  'Noto Sans', 'Microsoft YaHei', sans-serif;  } -a {    +a {          font-weight: normal;  - &.internal {                - background-color: transparent;    - } + background-color: transparent;      }