From 957ef6ad9a0591709f4d3cb56882a18932742007 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 11 Apr 2022 19:17:57 +0430 Subject: update --- stylus/oracle_bigger_font.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stylus/oracle_bigger_font.css (limited to 'stylus/oracle_bigger_font.css') diff --git a/stylus/oracle_bigger_font.css b/stylus/oracle_bigger_font.css new file mode 100644 index 0000000..f602c8d --- /dev/null +++ b/stylus/oracle_bigger_font.css @@ -0,0 +1,5 @@ +@-moz-document domain("docs.oracle.com") { + body { + font-size: 20px; + } +} -- cgit v1.2.3