aboutsummaryrefslogtreecommitdiffstats
path: root/stylus
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-14 04:30:53 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-14 04:30:53 +0000
commitc81052b70888eb18dca82e33444ebbd9910f5ebc (patch)
tree6b6eb892438a15f7b4849d7508d61d9491b809c3 /stylus
parentupdate (diff)
downloadscripts-c81052b70888eb18dca82e33444ebbd9910f5ebc.tar.gz
scripts-c81052b70888eb18dca82e33444ebbd9910f5ebc.zip
update
Diffstat (limited to '')
-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;
+ }
+}