Skip to content

draplay.info Purple Dark Mode by mousiecat

Screenshot of draplay.info Purple Dark Mode

Details

Authormousiecat

LicenseNo License

Categorydraplay

Created

Updated

Code size617 B

Code checksumc589fe94

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Purple dark mode with white and orange text.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           draplay.info Purple Dark Mode
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Purple dark mode with white and orange text.
@author         Me
==/UserStyle== */

@-moz-document domain("draplay.info") {
    /* Insert code here... */
    body {
        background-color: rgb(69, 36, 91);
    }
    body, h1 {
        color: #e7e7dc;
    }
    h2, h3, h4, h5, ul.items li .name {
        color: #f08d29;
    }
    .list_episdoe {
        color: #95f5ec;
    }
    #navigation-wrapper {
        background-color: #5b16bc;
    }
}

Reviews

No reviews yet.