diff options
Diffstat (limited to 'stylus/oracle_bigger_font.css')
-rw-r--r-- | stylus/oracle_bigger_font.css | 5 |
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; + } +} |