Skip to content

jsDelivr Dark Mode by kyfex-uwu

Details

Authorkyfex-uwu

LicenseNo License

Categoryjsdelivr

Created

Updated

Code size567 B

Code checksumb8bc3d3a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

jsDelivr dark mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           jsDelivr Dark Mode
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    jsDelivr dark mode
@author         kyfexuwu

==/UserStyle== */

@-moz-document domain("jsdelivr.com") {
    body{
        background:#111;
        filter: invert() hue-rotate(180deg);
    }
    
    .c-package-install-block .package-install-wrapper,
    .c-footer .wrapper{
        filter: invert() hue-rotate(180deg);
    }
    
    .c-search-compact .search-input-wrapper .search-input::placeholder{
        color:#252627;
    }
}

Reviews

No reviews yet.