From 0bfab7359328fe60f3e9a3814c8ea82e3a7cd8e1 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 13:04:34 +0800 Subject: [PATCH] Update base.scss --- quartz/styles/base.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index ff739a864..25de448ff 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -12,12 +12,12 @@ html { } body, -section {  +section { margin: 0; box-sizing: border-box; - background-color: var(--light);  - font-family: var(--bodyFont);  - color: var(--darkgray);  + background-color: var(--light); + font-family: var(--bodyFont); + color: var(--darkgray); } .text-highlight { @@ -70,9 +70,9 @@ strong { } a { - font-weight: $semiBoldWeight;  - text-decoration: none;  - transition: color 0.2s ease;  + font-weight: $semiBoldWeight; + text-decoration: none; + transition: color 0.2s ease; color: var(--secondary); &:hover { @@ -80,7 +80,7 @@ a { } &.internal { - text-decoration: none;    + text-decoration: none; background-color: var(--highlight); padding: 0 0.1rem; border-radius: 5px;