Skip to content

docs.oracle.com by tranquangphuc

Details

Authortranquangphuc

LicenseNo License

Categorydocs.oracle.com

Created

Updated

Size704 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make page more readable by changing:

  • default root font size to 18px
  • use browser default sans-serif and monospace fonts

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
    }
}

Reviews

No reviews yet.