aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/rfc_bigger.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-06-10 10:56:17 +0000
committerterminaldweller <thabogre@gmail.com>2022-06-10 10:56:17 +0000
commita8c27881f7e6fe7b4cd4d0f6396a4d8c5d43008c (patch)
tree9c3476400c7b8099dcc42f52e124c864d6d09282 /stylus/rfc_bigger.css
parentcleaned up colo (diff)
downloadscripts-a8c27881f7e6fe7b4cd4d0f6396a4d8c5d43008c.tar.gz
scripts-a8c27881f7e6fe7b4cd4d0f6396a4d8c5d43008c.zip
updates
Diffstat (limited to 'stylus/rfc_bigger.css')
-rw-r--r--stylus/rfc_bigger.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/stylus/rfc_bigger.css b/stylus/rfc_bigger.css
new file mode 100644
index 0000000..1e0308e
--- /dev/null
+++ b/stylus/rfc_bigger.css
@@ -0,0 +1,10 @@
+@-moz-document domain("datatracker.ietf.org"), domain("rfc-editor.org") {
+ body {
+ font-size: 15px;
+ }
+
+ #content {
+ width: 100%;
+ max-width: 100%;
+ }
+}