From 5163504517791cb327423fff9291c91c519b27b6 Mon Sep 17 00:00:00 2001
From: Emile Bangma <ewjbangma@hotmail.com>
Date: Wed, 06 Mar 2024 05:53:35 +0000
Subject: [PATCH] fix: transclude all subsections for embedded call (closes #963) (#964)
---
quartz/styles/base.scss | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index f0e7c14..92798a2 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -53,8 +53,12 @@
}
}
+strong {
+ font-weight: $semiBoldWeight;
+}
+
a {
- font-weight: $boldWeight;
+ font-weight: $semiBoldWeight;
text-decoration: none;
transition: color 0.2s ease;
color: var(--secondary);
--
Gitblit v1.10.0