Skip to content

Commit

Permalink
feat: support styling for heading link
Browse files Browse the repository at this point in the history
  • Loading branch information
evanwhitten committed Oct 20, 2024
1 parent 3259fb7 commit 81941c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/www/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,10 @@
@apply px-4;
}
}

h1, h2 {
span.icon-link::before {
content: "#";
@apply pr-2;
}
}

0 comments on commit 81941c3

Please sign in to comment.