Skip to content

Commit e59d8a7

Browse files
committed
Suppress underline on hover
1 parent f518b6a commit e59d8a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,8 @@ ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
146146
.MathJax .mi { color: inherit }
147147
.MathJax .mf { color: inherit }
148148
.MathJax .mh { color: inherit }
149+
150+
/**
151+
* AnchorJS (anchor links when hovering over headers)
152+
*/
153+
a.anchorjs-link:hover { text-decoration: none; }

0 commit comments

Comments
 (0)