Dark Theme for Infinite Craft, sandbox game developed by Neal Agarwal.
Infinite DarkCraft by eypacha
Details
Authoreypacha
LicenseNo License
Categoryneal.fun
Created
Updated
Size811 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 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;
}
}