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.
div.body
1 parent 42947a5 commit 91e1a82Copy full SHA for 91e1a82
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Python Docs - Dark Theme: Changelog
2
3
4
+## 2.2.1 - dev
5
+### Fixed
6
+- Text color for `div.body` element
7
+
8
9
## **2.2.0** - 2022.02.27
10
### Added
11
- Support for new elements of python documentation pages
python_docs_dark.user.css
@@ -4,7 +4,7 @@
@homepageURL https://github.com/maximilionus/python_docs_dark
@updateURL https://github.com/maximilionus/python_docs_dark/raw/master/python_docs_dark.user.css
@license MIT
-@version 2.2.0
+@version 2.2.1
@description Dark theme for docs.python.org
@author maximilionus <[email protected]>
==/UserStyle== */
@@ -112,6 +112,7 @@
112
}
113
114
div.body {
115
+ color: var(--text-light);
116
background-color: inherit;
117
118
0 commit comments