Skip to content

Commit

Permalink
theme-gobolinux.css: Adjust h5 and h6 font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuc1eoN authored Oct 15, 2024
1 parent db9c38e commit 8c9bbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/theme-gobolinux.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ body h4 {
}

body h5 {
font-size: 1.2rem !important;
font-size: 1.1rem !important;
}

body h6 {
font-size: 1.1rem !important;
font-size: 1rem !important;
}

#body a.highlight:after {
Expand Down

0 comments on commit 8c9bbf2

Please sign in to comment.