Skip to content

Darkmode media.ccc.de by rosenclosed

Screenshot of Darkmode media.ccc.de

Details

Authorrosenclosed

LicenseCC Zero

Categorymedia.ccc.de

Created

Updated

Code size559 B

Code checksumf691e71

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark theme for media.ccc.de

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Darkmode media.ccc.de
@namespace      github.com/openstyles/stylus
@version        0.0.1
@description    A dark theme for media.ccc.de
@author         rosenclosed
==/UserStyle== */
@-moz-document domain("media.ccc.de") {
    /* Insert code here... */
    body {
        background-color: #121212;
        color: #ffffff;
    }
    h1,
    h2,
    h3,
    h4 {
        color: #ffffff;
    }
    a {
        color: #b745ff;
    }
    a:hover {
        color: #a95adb;
    }
    tr:nth-child(2n-1) {
        color: black;
    }
}

Reviews

No reviews yet.