Skip to content

Commit

Permalink
tweak the h2 to make it bolder
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed May 6, 2024
1 parent cc7b2b4 commit 252fd56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/components/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
@apply text-6xl text-primary text-center font-extralight mb-4;
}
.markdown h2 {
@apply text-4xl font-extralight mb-4;
@apply text-4xl font-light mb-4;
}
.markdown h3 {
@apply text-xl font-extralight mb-4;
@apply text-xl font-light mb-4;
}
.markdown h4 {
@apply text-lg font-extralight mb-4;
@apply text-lg font-light mb-4;
}
.markdown p {
@apply mb-4;
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/components/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

h2 {
@apply text-4xl font-extralight font-heading;
@apply text-4xl font-light font-heading;
}

h3 {
Expand Down

0 comments on commit 252fd56

Please sign in to comment.