mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Fix #4421
This commit is contained in:
parent
dadf496a68
commit
a45d6c8b55
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue