From 3b1523acb6b3d6327c6184338cef0406c54a96c3 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 09:33:56 +0800 Subject: [PATCH] Update custom.scss --- quartz/styles/custom.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index a9bdc7c71..464a0f6b4 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -5,6 +5,9 @@ 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;    + } }