Skip to content

Commit ebbab83

Browse files
committed
removed highlights
1 parent 28f96e5 commit ebbab83

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/components/Markdown/Markdown.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,19 @@ $topHeightMobileWithBanner: $bannerHeight + $topHeightMobile;
359359
a code {
360360
color: $text-color-highlight;
361361
}
362-
a {
362+
p a,
363+
li a {
363364
text-decoration: underline;
364365
text-underline-offset: 2px;
365366
text-decoration-thickness: 1px;
366367
}
368+
369+
p a:hover,
370+
p a:focus-visible,
371+
li a:hover,
372+
li a:focus-visible {
373+
text-decoration-thickness: 2px;
374+
}
367375
pre {
368376
background-color: #2d3748;
369377
color: #e2e8f0;

0 commit comments

Comments
 (0)