diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-14 04:30:53 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-14 04:30:53 +0000 |
commit | c81052b70888eb18dca82e33444ebbd9910f5ebc (patch) | |
tree | 6b6eb892438a15f7b4849d7508d61d9491b809c3 /stylus/readthedocs.css | |
parent | update (diff) | |
download | scripts-c81052b70888eb18dca82e33444ebbd9910f5ebc.tar.gz scripts-c81052b70888eb18dca82e33444ebbd9910f5ebc.zip |
update
Diffstat (limited to 'stylus/readthedocs.css')
-rw-r--r-- | stylus/readthedocs.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/stylus/readthedocs.css b/stylus/readthedocs.css new file mode 100644 index 0000000..51442e1 --- /dev/null +++ b/stylus/readthedocs.css @@ -0,0 +1,32 @@ +@-moz-document domain("readthedocs.io") { + #configurations-and-zone-files { + background: #121212; + } + + .wy-nav-side { + background: #121212; + } + + .wy-nav-content-wrap { + background: #121212; + } + + .wy-menu { + background: #121212; + } + + html.writer-html5.TridactylThemeDark + body.wy-body-for-nav + div.wy-grid-for-nav + nav.wy-nav-side { + background: #121212; + } + + .rst-content { + background: #121212; + } + + .wy-nav-content { + background: #121212; + } +} |