This commit is contained in:
Kovid Goyal 2022-01-04 16:21:00 +05:30
parent dadf496a68
commit a45d6c8b55
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -28,3 +28,9 @@ details > summary {
text-decoration-color: var(--color-link-underline);
text-decoration-line: underline;
}
/* pygments adds an underline to some white-space, this is particularly visible in
* dark mode. Remove it. */
.highlight .w {
text-decoration: none
}