Skip to content

Commit e197e4a

Browse files
committed
Improved pkgdown styling
1 parent c21eab6 commit e197e4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkgdown/extra.css

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ h2, .h2 {
88
font-weight: 700;
99
}
1010

11+
h3, .h3 {
12+
font-size: 1.2rem;
13+
font-weight: 700;
14+
}
15+
1116
.bg-primary .navbar-nav .show>.nav-link, .bg-primary .navbar-nav .nav-link.active, .bg-primary .navbar-nav .nav-link:hover, .bg-primary .navbar-nav .nav-link:focus {
1217
color: #ffb81c !important;
1318
}
19+
20+
.text-muted {
21+
color: #ffb81c !important;
22+
}

0 commit comments

Comments
 (0)