We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbab83 commit c6f72e6Copy full SHA for c6f72e6
1 file changed
src/components/Markdown/Markdown.scss
@@ -361,16 +361,14 @@ $topHeightMobileWithBanner: $bannerHeight + $topHeightMobile;
361
}
362
p a,
363
li a {
364
- text-decoration: underline;
365
- text-underline-offset: 2px;
366
- text-decoration-thickness: 1px;
+ text-decoration: none;
+ font-weight: 600;
367
368
369
- p a:hover,
370
p a:focus-visible,
371
- li a:hover,
372
li a:focus-visible {
373
- text-decoration-thickness: 2px;
+ outline: 2px solid currentColor;
+ outline-offset: 2px;
374
375
pre {
376
background-color: #2d3748;
0 commit comments