Skip to content

Commit 1ca542f

Browse files
committed
More apparent section links
Underlined, blue on hover. Fixes #37
1 parent 700c2d0 commit 1ca542f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/shared/css/documentation.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,11 @@ p code {
892892

893893
#markdown-toc li a {
894894
color: #333;
895+
text-decoration: underline;
896+
}
897+
898+
#markdown-toc li a:hover {
899+
color: #327fc7;
895900
}
896901

897902
/* @end */

0 commit comments

Comments
 (0)