Skip to content

Commit 8b8fbbf

Browse files
authored
Merge pull request #57 from openshift-cherrypick-robot/cherry-pick-44-to-legacy
[legacy] remove errant underline from header links
2 parents 89eb156 + 5489e02 commit 8b8fbbf

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)