From a8c27881f7e6fe7b4cd4d0f6396a4d8c5d43008c Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 10 Jun 2022 15:26:17 +0430 Subject: updates --- stylus/rfc_bigger.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stylus/rfc_bigger.css (limited to 'stylus') 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%; + } +} -- cgit v1.2.3