Skip to content

robinwieruch.de dark by s-light

Details

Authors-light

LicenseNo License

Categoryrobinwieruch.de

Created

Updated

Size783 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

simple dark version for robinwieruch.de

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           robinwieruch.de - Dez. 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("robinwieruch.de") {
    /* Insert code here... */
    body,
    html {
        background-color: black;
        color: hsl(0, 0%, 70%);
    }

    .Navigation-module--nav--aexc7 {
        background-color: black;
        color: hsl(0, 0%, 100%);
        box-shadow: 0 5px 20px -10px #fff;
    }

    .Navigation-module--link--gIgrN {
        color: hsl(0, 0%, 70%);
    }

    .Navigation-module--link--gIgrN:visited {
        color: hsl(270, 40%, 50%);
    }

    .withBorder-module--top-border--wgBtX {
        border-top: 1px solid hsl(270, 100%, 20%);
    }
}

Reviews

No reviews yet.