Skip to content

Dark Mode v2 by CosmoCreeper

Details

AuthorCosmoCreeper

LicenseNo License

CategoryDarkMode

Created

Updated

Size371 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A brand new v2 of Dark Mode.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Dark Mode
@namespace      github.com/openstyles/stylus
@version        1.1.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document regexp(".*") {
    /* Insert code here... */
    * {
        background-color: black !important;
        color: black !important;
        content: url();
    }
}

Reviews

No reviews yet.