mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-10 13:04:03 +03:00
Fix #4421
This commit is contained in:
parent
dadf496a68
commit
a45d6c8b55
6
docs/_static/custom.css
vendored
6
docs/_static/custom.css
vendored
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user