Skip to content

Commit

Permalink
fix: heading styles (#69)
Browse files Browse the repository at this point in the history
* fix: no heading underline

* fix: h2 margin bottom
  • Loading branch information
2nthony authored Jan 17, 2024
1 parent d5a4cbd commit 9662431
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
font-size: 14px;

/* block level */
h1,
h2 {
padding-bottom: 0;
border-bottom: 0;
}

h2 {
margin-bottom: 8px;
}

h6 {
color: var(--textSecondary);
}
Expand Down

0 comments on commit 9662431

Please sign in to comment.