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 |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index e219cc5..5a6b5db 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -7,7 +7,7 @@
   scroll-behavior: smooth;
   -webkit-text-size-adjust: none;
   text-size-adjust: none;
-  overflow-x: none;
+  overflow-x: hidden;
   width: 100vw;
 }
 
@@ -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 {
@@ -311,10 +316,10 @@
   border-radius: 5px;
   overflow-x: auto;
   border: 1px solid var(--lightgray);
+  position: relative;
 
   &:has(> code.mermaid) {
     border: none;
-    position: relative;
   }
 
   & > code {

--
Gitblit v1.10.0