We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3842f79 commit 546a632Copy full SHA for 546a632
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Python Docs - Dark Theme: Changelog
2
3
4
+## **2.1.0** - dev
5
+### Added
6
+- Support for highlighting the searched elements
7
+
8
9
## **2.0.0** - 2020.11.11
10
### Added
11
- Support for domain `packaging.python.org`
python_docs_dark.user.css
@@ -134,10 +134,16 @@
134
background: var(--background-gray);
135
}
136
137
- dt:target,
138
- span.highlighted {
+ dt:target {
139
color: var(--text-light);
140
- background: var(--background-gray);
+ background-color: var(--background-gray);
+ }
141
142
+ span.highlighted {
143
+ color: #181818;
144
+ background-color: #fbe54e;
145
+ border-radius: 10px;
146
+ border: 2px solid #fbe54e;
147
148
149
table.docutils td,
0 commit comments