Skip to content

Dark Amazon AWS docs by p0lish

Screenshot of Dark Amazon AWS docs

Details

Authorp0lish

LicenseNo License

Categoryhttps://docs.aws.amazon.com

Created

Updated

Size666 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

AWS Docs Darkmode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Dark Amazon AWS docs
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         p0lish
==/UserStyle== */
@-moz-document url-prefix("https://docs.aws.amazon.com") {
    /* Insert code here... */
    body {
        background: black;
        color: white;
    }
    div {
        background: black !important;
        color: grey !important;
    }
    code {
        background: black !important;
        color: grey !important;
    }

    pre {
        background: black !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: grey !important;
    }
}

Reviews

No reviews yet.