Skip to content

Commit e77ec07

Browse files
committed
remove errant underline from header links
1 parent 9bdea8d commit e77ec07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/scss/_docs.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
font-weight: 800;
2020
letter-spacing: 2px;
2121
margin: var(--of--spacer--md) 0 var(--of--spacer--sm);
22+
23+
a:hover {
24+
text-decoration: none;
25+
}
2226
}
2327

2428
h5, h6 {

0 commit comments

Comments
 (0)