Skip to content

darkmode tryhackme by kasusa

Screenshot of darkmode tryhackme

Details

Authorkasusa

LicenseNo License

Categoryhttps://tryhackme.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

darkmode tryhackme room

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         darkmode tryhackme
@version      20240204.02.36
@namespace    https://userstyles.world/user/kasusa
@description  darkmode tryhackme room
@author       kasusa
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://tryhackme.com/room") {
#room-details,
.navbar {
    background: rgb(28 28 28 / 85%);
}

#wrapper {
    background: black;
}
#room-simple-details div {
    background: black;
    color: #696969;
}
.card-body {
    background: #2d2d2d;
    color: white;
}
.card {
    border: none;
}
.card-header {
    background: #000000de;
    color: #fff;
}
code {
    background-color: #202020de !important;
    padding: 2px 8px !important;
}
.progress {
    background: #fffdfd21;
}
a {
    color: #6fff87;
}
.room-questions-split div {
    color: #77ffe9 !important;
}
.form-control{
    background: black;
    color: #696969;
    border: 1px solid #333;
    
}
.form-control:focus{
    background: black;
    color: #a8a8a8;
    border: 1px solid #00b3b1;
}
.form-control:disabled{
    background: #494949;
    color: #cac8c8;
    
}
}

Reviews

No reviews yet.