Skip to content

Commit 88109b6

Browse files
committed
Merge pull request #4 from 40n/patch
Add TOC colors
2 parents 7006686 + c9176cf commit 88109b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wikipedia-dark.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
color: #9a9a9a !important;
1818
}
1919

20-
a, .CategoryTreeToggle {
20+
a, .CategoryTreeToggle, #toc a, #toc a span {
2121
color: /*[[base-color]]*/ #4183C4 !important;
2222
}
2323

24-
a:visited {
24+
a:visited, #toc a:visited, #toc a:visited span {
2525
color: #ccc !important;
2626
}
2727

28-
a:hover, a:hover span {
28+
a:hover, a:hover span, #toc a:hover, #toc a:hover span {
2929
color: #fff !important;
3030
text-decoration: underline !important;
3131
}

0 commit comments

Comments
 (0)