File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed
Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11# Python Docs - Dark Theme: Changelog
22
33
4+ ## ** 2.2.0** - 2020.x.x
5+ ### Added
6+ - Support for new versions of python docs
7+
8+
49## ** 2.1.1** - 2020.11.16
510### Fixed
611- Colors highlighting for some code elements
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 maximilionus
3+ Copyright (c) 2022 maximilionus
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
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 2.1.1
7+ @version 2.2.0
88@description Dark theme for docs.python.org
99@author maximilionus <maximilionuss@gmail.com>
1010==/UserStyle== */
6262 background-color : var (--background-dark );
6363 }
6464
65- div .topic {
65+ div .topic ,
66+ .nav-content .search input [type = submit ] {
6667 border : 0px ;
6768 background-color : var (--background-gray );
6869 }
169170 background-color : var (--background-gray );
170171 }
171172
173+ .version_switcher_placeholder ,
174+ .language_switcher_placeholder ,
175+ .nav-content
176+ {
177+ background-color : var (--background-dark );
178+ border : 2px solid var (--background-gray );
179+ border-radius : 5px ;
180+ }
181+
182+ .language_switcher_placeholder select , .version_switcher_placeholder select {
183+ background-color : var (--background-dark );
184+ border : none;
185+ }
186+
172187 .highlight .o {
173188 color : # bfbfbf ;
174189 }
You can’t perform that action at this time.
0 commit comments