Skip to content

TryHackMe room content bigger font by noraj

Screenshot of TryHackMe room content bigger font

Details

Authornoraj

LicenseNo License

Categorytryhackme.com

Created

Updated

Size565 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make font size bigger in room tasks content.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           TryHackMe room content bigger font
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Make font size bigger in room tasks content.
@author         Alexandre ZANNI (a.k.a. noraj)
==/UserStyle== */
@-moz-document url-prefix("https://tryhackme.com/r/room/") {
    #room_content {
        p,
        li,
        details,
        div[data-sentry-component="AccordionDetails"] > span,
        div[data-sentry-component="AccordionDetails"] > div {
            font-size: larger !important;
        }
    }
}

Reviews

No reviews yet.