Skip to content

Commit c6f72e6

Browse files
committed
removed underline
1 parent ebbab83 commit c6f72e6

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/components/Markdown/Markdown.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,16 +361,14 @@ $topHeightMobileWithBanner: $bannerHeight + $topHeightMobile;
361361
}
362362
p a,
363363
li a {
364-
text-decoration: underline;
365-
text-underline-offset: 2px;
366-
text-decoration-thickness: 1px;
364+
text-decoration: none;
365+
font-weight: 600;
367366
}
368367

369-
p a:hover,
370368
p a:focus-visible,
371-
li a:hover,
372369
li a:focus-visible {
373-
text-decoration-thickness: 2px;
370+
outline: 2px solid currentColor;
371+
outline-offset: 2px;
374372
}
375373
pre {
376374
background-color: #2d3748;

0 commit comments

Comments
 (0)