Style details summary as a link
This commit is contained in:
parent
6b23921880
commit
48035977e3
7
docs/_static/custom.css
vendored
7
docs/_static/custom.css
vendored
@ -17,3 +17,10 @@
|
||||
.sidebar-tree a.current {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
details > summary {
|
||||
color: var(--color-link);
|
||||
cursor: pointer;
|
||||
text-decoration-color: var(--color-link-underline);
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
@ -82,7 +82,7 @@ code used for each shell below:
|
||||
.. raw:: html
|
||||
|
||||
<details>
|
||||
<summary style="cursor: pointer">Click to toggle shell integration code</summary>
|
||||
<summary>Click to toggle shell integration code</summary>
|
||||
|
||||
.. tab:: zsh
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user