From 126c6c004fa00e1427caa106776a118261281bcd Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 10:20:51 +0800 Subject: [PATCH] Update custom.scss --- quartz/styles/custom.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index d49dc0770..9802668e1 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,10 +1,7 @@ @use "./base.scss"; // put your custom CSS here!  -body {    - font-family: 'Helvetica Neue', Helvetica,Arial, sans-serif;     -} a {          - font-weight: normal;    + font-weight: normal;      background-color: transparent;        }