From 09d4eb0684eac96747778656fc4a8f8085c41388 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 08 Aug 2023 06:57:24 +0000
Subject: [PATCH] fix notes
---
quartz/styles/base.scss | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index e219cc5..bd072d7 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;
}
@@ -108,6 +108,10 @@
margin-top: 0;
margin-bottom: 0;
}
+
+ p > strong {
+ color: var(--dark);
+ }
}
& > #quartz-body {
@@ -311,10 +315,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