From cce389c81d262d1d2a2bd8140c879efd68e3c6dd Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 13 Sep 2023 18:28:53 +0000
Subject: [PATCH] feat: note transclusion (#475)
---
quartz/styles/base.scss | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 34def87..92c0f84 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -470,3 +470,9 @@
background: linear-gradient(transparent 0px, var(--light));
}
}
+
+.transclude {
+ ul {
+ padding-left: 1rem;
+ }
+}
--
Gitblit v1.10.0