From c201f0a0bdabd272ee0501f61536c3beccafa4f5 Mon Sep 17 00:00:00 2001 From: Blue Rose Date: Mon, 13 Nov 2023 09:21:01 -0600 Subject: [PATCH] theme changes --- quartz/styles/custom.scss | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 9418581402e59..54f22161397f8 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -57,24 +57,39 @@ h1 { // ✿ ✽ ❀ article{ + h2,h3,h4{ + &::before{ + padding-right: 0.50rem; + } + } h2{ + margin-left: 1rem; &::before{ content: "✿"; } color: $rose; } h3{ + margin-left: 2rem; &::before{ content: "✽"; } color: $garden; + font-size: 1.4rem; + margin-top: 1.9rem; + margin-bottom: 1rem; } h4{ + margin-left: 3rem; &::before{ content: "❀"; } - color: $rose; + color: black; + font-size: 1.4rem; + margin-top: 1.9rem; + margin-bottom: 1rem; } + } article,