Skip to content

Tryhackme dark mode by renan0211

Screenshot of Tryhackme dark mode

Details

Authorrenan0211

LicenseNo License

Categorytryhackme, thm

Created

Updated

Size616 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

I couldn't all that light from the default tryhackme appearence so i made this real quick, feel free to copy and improve

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Tryhackme dark mode
@version      20220716.11.43
@namespace    userstyles.world/user/renan0211
@description  I couldn't all that light from the default tryhackme appearence so i made this real quick, feel free to copy and improve
@author       renan0211
@license      No License
==/UserStyle== */

@-moz-document domain("tryhackme.com") {
body {
    background-color: #2E2C2B;
    color: #FFFFFF;
}
.card-body {
    background-color: #2E2C2B;
    color: #FFFFFF;
}
.card {
    border: 1px solid #A09797
}
.red {
    color: #DC00FF;
}
.room-questions-split div {
    color: #DC00FF;
}
}

Reviews

No reviews yet.