Makes the background of all the boxes dark grey so the slimes don't blend into the background
Uniform Slime Blocks by Soydough
Details
AuthorSoydough
LicenseNo License
Categoryslimeobsidian
Created
Updated
Code size395 B
Code checksumefafff4c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Uniform Slime Blocks
@version 20240929.00.08
@namespace https://userstyles.world/user/Soydough
@description Makes the background of all the boxes dark grey so the slimes don't blend into the background
@author Soydough
==/UserStyle== */
@-moz-document domain("slimeobsidian.com") {
.block-inner-inner {
background-color: #202020 !important;
}
}