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 b9b85bf commit 60e4a8cCopy full SHA for 60e4a8c
1 file changed
src/components/Markdown/Markdown.scss
@@ -359,16 +359,14 @@ $topHeightMobileWithBanner: $bannerHeight + $topHeightMobile;
359
}
360
p a,
361
li a {
362
- text-decoration: underline;
363
- text-underline-offset: 2px;
364
- text-decoration-thickness: 1px;
+ text-decoration: none;
+ font-weight: 600;
365
366
367
- p a:hover,
368
p a:focus-visible,
369
- li a:hover,
370
li a:focus-visible {
371
- text-decoration-thickness: 2px;
+ outline: 2px solid currentColor;
+ outline-offset: 2px;
372
373
pre {
374
background-color: rgba(238, 238, 238, 0.35);
0 commit comments