aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/oracle_bigger_font.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-04-11 14:47:57 +0000
committerterminaldweller <thabogre@gmail.com>2022-04-11 14:47:57 +0000
commit957ef6ad9a0591709f4d3cb56882a18932742007 (patch)
tree388454016c5232d589733354c54845e96b6d8fe6 /stylus/oracle_bigger_font.css
parentupdate (diff)
downloadscripts-957ef6ad9a0591709f4d3cb56882a18932742007.tar.gz
scripts-957ef6ad9a0591709f4d3cb56882a18932742007.zip
update
Diffstat (limited to 'stylus/oracle_bigger_font.css')
-rw-r--r--stylus/oracle_bigger_font.css5
1 files changed, 5 insertions, 0 deletions
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;
+ }
+}