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;      }