Skip to content

Commit

Permalink
Tweak heading style
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Dec 28, 2023
1 parent 9080e69 commit a119d36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions blog/sass/css/edition-3/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ html {
--background-color: #fff;
--text-color: #515151;
--heading-color: #313131;
--heading-code-color: #a0565c;
--heading-code-color: #313131;
--link-color: #268bd2;
--hr-color-top: #eee;
--hr-color-bottom: #fff;
Expand Down Expand Up @@ -181,11 +181,11 @@ h6 {
text-rendering: optimizeLegibility;
}
h1 {
font-size: 2rem;
font-size: 2.25rem;
}
h2 {
margin-top: 1rem;
font-size: 1.5rem;
font-size: 1.75rem;
}
h3 {
margin-top: 1.5rem;
Expand All @@ -196,6 +196,7 @@ h5,
h6 {
margin-top: 1rem;
font-size: 1rem;
font-style: italic;
}

/* Body text */
Expand Down

0 comments on commit a119d36

Please sign in to comment.