Skip to content

Commit

Permalink
theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bluerosegarden committed Nov 13, 2023
1 parent d5c00d6 commit c201f0a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c201f0a

Please sign in to comment.