Skip to content

Commit 60e4a8c

Browse files
committed
removed underline
1 parent b9b85bf commit 60e4a8c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/components/Markdown/Markdown.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,16 +359,14 @@ $topHeightMobileWithBanner: $bannerHeight + $topHeightMobile;
359359
}
360360
p a,
361361
li a {
362-
text-decoration: underline;
363-
text-underline-offset: 2px;
364-
text-decoration-thickness: 1px;
362+
text-decoration: none;
363+
font-weight: 600;
365364
}
366365

367-
p a:hover,
368366
p a:focus-visible,
369-
li a:hover,
370367
li a:focus-visible {
371-
text-decoration-thickness: 2px;
368+
outline: 2px solid currentColor;
369+
outline-offset: 2px;
372370
}
373371
pre {
374372
background-color: rgba(238, 238, 238, 0.35);

0 commit comments

Comments
 (0)