Skip to content

Infinite Craft Dark Mode by Hornet

Details

AuthorHornet

LicenseNo License

Categoryhttps://neal.fun/infinite-craft/

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for Infinite Craft

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           InfiniteCraft Dark Mode 
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Dark mode for Infinite Craft
@author         Hornet

==/UserStyle== */
@-moz-document url("https://neal.fun/infinite-craft/") {
	html {
		background-color: #2C2F33
	}

	.sidebar {
		background-color: #151618!important
	}
	.item {
		background-color: #000!important
	}
	.instance {
		background: linear-gradient(0deg, #27262c, #5e696e 80%)!important
	}
	.container {
		color: #dde4ea!important
	}
	.container {
		background-color: #2C2F33!important
	}
	.item {
		background: linear-gradient(0deg, #0b0c0c, #232028 80%)!important
	}
	.sidebar-input {
		background-color: #101112 !important
	}
	.particles {
		color: #fff!important
	}
	.background-clip {
		color: #fff!important
	}
	canvas {
		filter: invert(100%) brightness(3) !important
	}
	.instance {
		color: #101112!important
	}
	.item:hover {
		background: linear-gradient(0deg, #1c1b21, #384145 80%)!important
	}
	.instance {
		color: #fff!important
	}
	img {
		filter: invert(80%)!important
	}
	textarea:focus,
	input:focus {
		color: #fff7f7!important;
	}
	.item {
		border: 1px solid #a4aec3!important;
	}
	input {
		color: #fff!important;
	}
	.sidebar-sorting-item {
		background-color: #101112!important
	}
	body > div.google-revocation-link-placeholder {
		display: none!important
	}
	.sidebar-controls-fade-show:after {
		opacity: 0.1!important
	}
}

Reviews

No reviews yet.