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-color: var(--color-link-underline);
|
||||||
text-decoration-line: 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…
x
Reference in New Issue
Block a user