Skip to content

Commit

Permalink
Merge pull request #23 from MrDogeBro/dev/1.2.3
Browse files Browse the repository at this point in the history
Minor Visual Patches
  • Loading branch information
MrDogeBro authored Jul 17, 2021
2 parents e254ed2 + 41e7286 commit dbe4f18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_rtd_dark_mode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__title__ = "sphinx-rtd-dark-mode"
__description__ = "Dark mode for the Sphinx Read the Docs theme."
__author__ = "MrDogeBro"
__version__ = "1.2.2"
__version__ = "1.2.3"
__license__ = "MIT"

from sphinx_rtd_dark_mode.dark_mode_loader import DarkModeLoader
Expand Down
15 changes: 15 additions & 0 deletions sphinx_rtd_dark_mode/static/dark_mode_css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -484,3 +484,18 @@ html[data-theme='dark'] .rst-content table.docutils,
html[data-theme='dark'] .wy-table-bordered-all {
border-color: #262626;
}

html[data-theme='dark'] .rst-content table.docutils caption,
html[data-theme='dark'] .rst-content table.field-list caption,
html[data-theme='dark'] .wy-table caption {
color: var(--dark-text-color);
}

html[data-theme='dark'] .wy-menu-vertical li.toctree-l3.current > a,
html[data-theme='dark']
.wy-menu-vertical
li.toctree-l3.current
li.toctree-l4
> a {
background-color: #18181a;
}

0 comments on commit dbe4f18

Please sign in to comment.