Skip to content

Commit

Permalink
feat(ui): update post title styles to match rehype-shift-heading config
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 16, 2022
1 parent 9392545 commit 31c664e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
h1,
h2,
h3,
h4 {
h4,
h5,
h6 {
@apply my-6 mx-0 font-medium w-max;

a {
Expand All @@ -39,12 +41,15 @@
@apply text-2xl border-b border-b-black/30 dark:border-b-white/30 pr-6 pb-2;
}
h2 {
@apply text-2xl;
@apply text-2xl border-b border-b-black/30 dark:border-b-white/30 pr-6 pb-2;
}
h3 {
@apply text-xl;
@apply text-2xl;
}
h4 {
@apply text-xl;
}
h5 {
@apply text-lg;
}

Expand Down

0 comments on commit 31c664e

Please sign in to comment.