diff options
| author | terminaldweller <thabogre@gmail.com> | 2022-04-11 14:47:57 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2022-04-11 14:47:57 +0000 | 
| commit | 957ef6ad9a0591709f4d3cb56882a18932742007 (patch) | |
| tree | 388454016c5232d589733354c54845e96b6d8fe6 | |
| parent | update (diff) | |
| download | scripts-957ef6ad9a0591709f4d3cb56882a18932742007.tar.gz scripts-957ef6ad9a0591709f4d3cb56882a18932742007.zip | |
update
Diffstat (limited to '')
| -rw-r--r-- | stylus/linux_die_net_wide.css | 6 | ||||
| -rw-r--r-- | stylus/oracle_bigger_font.css | 5 | 
2 files changed, 11 insertions, 0 deletions
| diff --git a/stylus/linux_die_net_wide.css b/stylus/linux_die_net_wide.css new file mode 100644 index 0000000..a9805e8 --- /dev/null +++ b/stylus/linux_die_net_wide.css @@ -0,0 +1,6 @@ +@-moz-document domain("linux.die.net") { +  body div#bg { +    width: 100%; +    max-width: 100%; +  } +} 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; +  } +} | 
