Make page more readable by changing:
- default root font size to 18px
- use browser default sans-serif and monospace fonts
Authortranquangphuc
LicenseNo License
Categorydocs.oracle.com
Created
Updated
Size704 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Make page more readable by changing:
/* ==UserStyle==
@name docs.oracle.com
@version 20220615.14.37
@namespace userstyles.world/user/tranquangphuc
@description Make page more readable by changing:
- default root font size to 18px
- use browser default sans-serif and monospace fonts
@author tranquangphuc
@license No License
==/UserStyle== */
@-moz-document domain("docs.oracle.com") {
html,
body {
font-size: 16px;
font-family: sans-serif;
}
pre,
code,
.codeblock {
font-size: 1rem;
font-family: monospace;
}
i,
em,
strong,
code {
color: maroon;
}
html,
body {
scrollbar-color: silver transparent;
}
}