File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ span.linenos {
5151p .ploneorglink img {
5252 vertical-align : bottom;
5353}
54- dt : target , span .highlighted {
54+ dt : target ,
55+ span .highlighted ,
56+ ul .search li span .highlighted {
5557 background-color : # 7ddf4493 ;
5658}
5759
@@ -145,6 +147,13 @@ div.admonition.admonition-todo > .admonition-title::before {
145147}
146148
147149/* Search */
150+
151+ /* Show search form. It is hidden by default. */
152+ # search-documentation ,
153+ # search-documentation ~ form ,
154+ # search-documentation ~ p {
155+ display : block;
156+ }
148157ul .search {
149158 margin-left : 0 ;
150159}
@@ -160,6 +169,7 @@ ul.search li {
160169 margin-bottom : 2rem ;
161170 padding : 0 ;
162171 background-image : none;
172+ border-bottom : none;
163173}
164174# search-results ul li h3 {
165175 margin : 0.4rem 0 .5rem ;
Original file line number Diff line number Diff line change 55linkify-it-py
66myst-parser
77sphinx-autobuild
8- sphinx-book-theme
8+ sphinx-book-theme <= 0.3.99
99sphinx-copybutton
1010sphinx-sitemap
1111sphinx-togglebutton
You can’t perform that action at this time.
0 commit comments