Skip to content

Commit 8c9bbf2

Browse files
authored
theme-gobolinux.css: Adjust h5 and h6 font sizes
1 parent db9c38e commit 8c9bbf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/css/theme-gobolinux.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ body h4 {
9898
}
9999

100100
body h5 {
101-
font-size: 1.2rem !important;
101+
font-size: 1.1rem !important;
102102
}
103103

104104
body h6 {
105-
font-size: 1.1rem !important;
105+
font-size: 1rem !important;
106106
}
107107

108108
#body a.highlight:after {

0 commit comments

Comments
 (0)