From 843941e17be4378c019903690f2e051a72a22808 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 11:19:48 +0800 Subject: [PATCH] Update base.scss --- quartz/styles/base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index eb58b5a2e..ff739a864 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -70,7 +70,7 @@ strong { } a { - /* font-weight: $semiBoldWeight; */    + font-weight: $semiBoldWeight;  text-decoration: none;  transition: color 0.2s ease;  color: var(--secondary); @@ -81,7 +81,7 @@ a { &.internal { text-decoration: none;    - /* background-color: var(--highlight);  */ + background-color: var(--highlight); padding: 0 0.1rem; border-radius: 5px; line-height: 1.4rem;