Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
feat: 💄 add h3-h5 header-mark before style to improve header display …
Browse files Browse the repository at this point in the history
…on single page posts
  • Loading branch information
sheldonhull committed Feb 15, 2021
1 parent 52d07a1 commit 4b35855
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion assets/css/_page/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,15 @@
> h2 > .header-mark::before {
content: "#";
}

> h3 > .header-mark::before {
content: "##";
}
> h4 > .header-mark::before {
content: "###";
}
> h5 > .header-mark::before {
content: "####";
}
p {
margin: 0.5rem 0;
}
Expand Down

0 comments on commit 4b35855

Please sign in to comment.