From ea6208c1f0de232ebe7947f257641aab9577ddb7 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 18 Dec 2023 17:48:40 +0000
Subject: [PATCH] deps: bump everything (closes #635) (#636)
---
quartz/styles/base.scss | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index f65ab45..ebfa137 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -304,11 +304,13 @@
margin-bottom: 1rem;
}
-div[data-rehype-pretty-code-fragment] {
+figure[data-rehype-pretty-code-figure] {
+ margin: 0;
+ position: relative;
line-height: 1.6rem;
position: relative;
- & > div[data-rehype-pretty-code-title] {
+ & > [data-rehype-pretty-code-title] {
font-family: var(--codeFont);
font-size: 0.9rem;
padding: 0.1rem 0.5rem;
@@ -320,7 +322,7 @@
}
& > pre {
- padding: 0.5rem 0;
+ padding: 0;
}
}
@@ -342,6 +344,7 @@
counter-reset: line;
counter-increment: line 0;
display: grid;
+ padding: 0.5rem 0;
& [data-highlighted-chars] {
background-color: var(--highlight);
--
Gitblit v1.10.0