We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77055cc commit 4f38e07Copy full SHA for 4f38e07
css/main.scss
@@ -198,10 +198,21 @@ h3 {
198
}
199
200
// table of contents
201
-.toc {
202
- display: none;
+
+.toc ul {
203
+ list-style: none;
204
+ padding-left: 0;
205
206
207
+.toc ul li a {
208
+ color: #777;
209
+ display: block;
210
+ font-size: 90%;
211
+ padding: 0.25em 0;
212
+}
213
214
+// footer
215
216
.hyper-footer {
217
background: #f5f5f5;
218
margin-top: 4rem;
0 commit comments