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,