aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/readthedocs.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylus/readthedocs.css')
-rw-r--r--stylus/readthedocs.css32
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;
+ }
+}