File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 44## ** 2.1.0** - dev
55### Added
66- Support for highlighting the searched elements
7+ - Element class ` span.copybutton ` now included in style
78
89### Changed
910- Border rounding of ` span.pre ` class elements
Original file line number Diff line number Diff line change 136136 border-radius : 5px ;
137137 }
138138
139- dt : target {
140- color : var (--text-light );
141- background-color : var (--background-gray );
142- }
143-
144139 span .highlighted {
145140 color : # 0f0f0f ;
146141 background-color : # fff08c ;
147142 border : 0.4px solid # fff08c ;
148143 border-radius : 5px ;
149144 }
150145
146+ span .copybutton {
147+ color : # 64a576 !important ;
148+ }
149+
150+ dt : target {
151+ color : var (--text-light );
152+ background-color : var (--background-gray );
153+ }
154+
151155 table .docutils td ,
152156 table .docutils th {
153157 background-color : var (--background-light );
You can’t perform that action at this time.
0 commit comments