From 533d68e642ca82b540d57a449d0e2c98ed921d6e Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 08 Aug 2023 06:56:50 +0000
Subject: [PATCH] most of creating components, increase legibility of bold in article and callouts

---
 quartz/styles/base.scss |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 185582e..5a6b5db 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -42,6 +42,7 @@
   hyphens: auto;
 }
 
+
 .math {
   font-size: 1.1rem;
   &.math-display {
@@ -108,6 +109,10 @@
       margin-top: 0;
       margin-bottom: 0;
     }
+
+    p > strong {
+      color: var(--dark);
+    }
   }
 
   & > #quartz-body {

--
Gitblit v1.10.0