Skip to content

Commit

Permalink
Shrink the h3 font size
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Dec 20, 2023
1 parent 62433f8 commit 058b6be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion subdoc/gen_tests/subdoc-test-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,14 @@ code {
pre code {
white-space: pre;
}
.description h1, .description h2 {
.description h1, .description h2, .description h3 {
font-size: 100%;
font-weight: bold;
color: rgb(124, 216, 204);
}
.description h3 {
font-size: 97%;
}
.description pre {
padding: 1em;
}
Expand Down

0 comments on commit 058b6be

Please sign in to comment.