Skip to content

Commit 91e1a82

Browse files
committed
fixed div.body fg color, version bump
1 parent 42947a5 commit 91e1a82

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Python Docs - Dark Theme: Changelog
22

33

4+
## 2.2.1 - dev
5+
### Fixed
6+
- Text color for `div.body` element
7+
8+
49
## **2.2.0** - 2022.02.27
510
### Added
611
- Support for new elements of python documentation pages

python_docs_dark.user.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@homepageURL https://github.com/maximilionus/python_docs_dark
55
@updateURL https://github.com/maximilionus/python_docs_dark/raw/master/python_docs_dark.user.css
66
@license MIT
7-
@version 2.2.0
7+
@version 2.2.1
88
@description Dark theme for docs.python.org
99
@author maximilionus <[email protected]>
1010
==/UserStyle== */
@@ -112,6 +112,7 @@
112112
}
113113

114114
div.body {
115+
color: var(--text-light);
115116
background-color: inherit;
116117
}
117118

0 commit comments

Comments
 (0)