Skip to content

Commit 57f8f4f

Browse files
Nyholmsagikazarmark
authored andcommitted
Making sidebar headings visible (#119)
* Making sidebar headings visible * Minor
1 parent b46ce15 commit 57f8f4f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_static/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@
55
.versionmodified {
66
font-weight: bold;
77
}
8+
9+
.wy-menu-vertical p.caption {
10+
color: #b3b3b3;
11+
margin-top: 16px;
12+
margin-bottom: 0;
13+
}
14+
.wy-menu-vertical p.caption .caption-text {
15+
font-size: 120%;
16+
}

0 commit comments

Comments
 (0)