Skip to content

traffictrainer.nl - dark theme by RoyvanEmpel

Screenshot of traffictrainer.nl - dark theme

Details

AuthorRoyvanEmpel

LicenseNo License

Categoryhttps://www.traffictrainer.nl/

Created

Updated

Size631 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Darker theme + removing the ugly background.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           traffictrainer.nl - dark theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("traffictrainer.nl") {
    .master-wrapper {
        background-color: #444;
        color:#eee;
    }
    body {
        background: #222;
    }
    .master-header-overlay {
        background: unset;
    }
    h3, .maketest-question {
        color: #f00;
    }
    .maketest-questionAnswer {
        color: #fff;
    }
    .maketest-answerfield-head>.maketest-questionAnswer {
        color:black;
    }
}

Reviews

No reviews yet.