File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Python Docs - Dark Theme: Changelog
22
3+ ## ** 1.0.1** - 2020.11.11
4+ ### Fixed
5+ - Background color for ` tt.* ` elements now gray. White artifacts removed.
6+
37## ** 1.0.0** - 2020.10.22
48- First release of this ` usercss ` theme
Original file line number Diff line number Diff line change 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 1.0.0
7+ @version 1.0.1
88@description Dark theme for docs.python.org
99@author maximilionus <[email protected] > 1010==/UserStyle== */
147147 background : var (--background-gray );
148148 }
149149
150+ tt {
151+ background-color : var (--background-gray )
152+ }
153+
150154 .highlight .go {
151155 color : var (--text-light );
152156 }
You can’t perform that action at this time.
0 commit comments