Skip to content

Commit 102fcd9

Browse files
committed
fix #263
1 parent 5c5cb3b commit 102fcd9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/css/misc.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ p a:hover {
3737
color: red!important;
3838
}
3939

40+
/* link in main doc */
41+
.md-typeset li a {
42+
color: blue !important;
43+
}
44+
.md-typeset li a:hover {
45+
color: red!important;
46+
}
47+
4048
/* link in thead */
4149
th a {
4250
color: blue !important;

0 commit comments

Comments
 (0)