Skip to content

Commit 380bb42

Browse files
committed
userstyle.css: remove underline from links in TOC
1 parent 9b1dc04 commit 380bb42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dark/userstyle.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ h6:before {
185185
padding: 0px;
186186
}
187187

188+
nav.table-of-contents a {
189+
text-decoration: none !important;
190+
}
191+
188192
}
189193
/*---------------------------------------------------------------------------*/
190194

0 commit comments

Comments
 (0)