Skip to content

Infinite DarkCraft by eypacha

Screenshot of Infinite DarkCraft

Details

Authoreypacha

LicenseNo License

Categoryneal.fun

Created

Updated

Code size811 B

Code checksumcbd944f3

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Theme for Infinite Craft, sandbox game developed by Neal Agarwal.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           neal.fun/infinite-craft/ - feb 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://neal.fun/infinite-craft/") {
    .container {
        background-color: black;
        color: white !important;
    }
    .site-title,
    .logo,
    .particles,
    .side-controls,
    .sidebar-controls,
    #textBoxContainer-container,
    #stopwatch-display{
        filter: invert(1);
    }
    
    .item {
        background: black !important;
    }
    
    .instance {
        background: linear-gradient(0deg,#272727,#000 70%) !important;
    }
    .sidebar {
        background: black !important;
    }
    .sidebar-sorting-item{
        color: black;
    }
}

Reviews

No reviews yet.