/* ==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== */

html {
    filter: invert(100%);
}
    
.item {
    filter: hue-rotate(190deg);
    border-width: 2px !important;
}
    
.item > span {
    filter: invert(100%) hue-rotate(-190deg);
}

.adsbygoogle {
    display: none !important;
}
