aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/godocs_wide.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-06-05 07:43:39 +0000
committerterminaldweller <thabogre@gmail.com>2022-06-05 07:43:39 +0000
commit1e964764e8ba025c9a22259df96a98732577f9f4 (patch)
tree8c71f2c1afbf9497847e171f46b5bd26c40aef8e /stylus/godocs_wide.css
parentupdate (diff)
downloadscripts-1e964764e8ba025c9a22259df96a98732577f9f4.tar.gz
scripts-1e964764e8ba025c9a22259df96a98732577f9f4.zip
updates
Diffstat (limited to 'stylus/godocs_wide.css')
-rw-r--r--stylus/godocs_wide.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/stylus/godocs_wide.css b/stylus/godocs_wide.css
new file mode 100644
index 0000000..509bb69
--- /dev/null
+++ b/stylus/godocs_wide.css
@@ -0,0 +1,6 @@
+@-moz-document domain("godocs.io") {
+ body > main:nth-child(2) > div:nth-child(1) {
+ width: 90%;
+ max-width: 90%;
+ }
+}