Skip to content

Infinite Craft Dark Theme by coolpx

Screenshot of Infinite Craft Dark Theme

Details

Authorcoolpx

LicenseCC BY-NC-SA

Categorynealfun

Created

Updated

Size540 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Infinite Craft Dark Theme
@namespace      coolpixels.net
@version        1.0.0
@description    Dark theme for Infinite Craft on https://neal.fun/infinite-craft/.
@author         coolpx
==/UserStyle== */

@-moz-document url("https://neal.fun/infinite-craft/") {
    html {
        filter: invert(100%);
    }
    
    .item {
        filter: hue-rotate(190deg);
        border-width: 2px !important;
    }
    
    .item > span {
        filter: invert(100%) hue-rotate(-190deg);
    }
}

Reviews

No reviews yet.