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