Skip to content

Commit

Permalink
Merge pull request #384 from TonyWhite/patch-1
Browse files Browse the repository at this point in the history
Underline the H3 titles
  • Loading branch information
Mandarancio authored Apr 28, 2023
2 parents 4c98450 + fca39df commit 551d512
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/styles/GitHub2.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ h2 {
color: black; }

h3 {
font-size: 18px; }
font-size: 18px;
border-bottom: 1px solid #cccccc; }

h4 {
font-size: 16px; }
Expand Down Expand Up @@ -314,4 +315,4 @@ kbd {
figure figcaption {
text-align: center;
font-size: 12px;
}
}

0 comments on commit 551d512

Please sign in to comment.