Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bluerosegarden committed Nov 10, 2023
1 parent 4a543e7 commit b3f2ff6
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,25 @@ h1 {
}

// ✿ ✽ ❀
h2{
&::before{
content: "";
}
color: $rose;
}
h3{
&::before{
content: "";
article{
h2{
&::before{
content: "";
}
color: $rose;
}
color: $garden;
}
h4{
&::before{
content: "";
h3{
&::before{
content: "";
}
color: $garden;
}
h4{
&::before{
content: "";
}
color: $rose;
}
color: $rose;
}

article,
Expand Down

0 comments on commit b3f2ff6

Please sign in to comment.