Dark mode for models, spriters, textures, sounds resource sites.
Dark Resource by littlebanana
Details
Authorlittlebanana
LicenseNo License
Categorymodels-resource
Created
Updated
Size754 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 Dark Resource
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark mode for models, spriters, textures, sounds resource sites.
@author LittleBanana
==/UserStyle== */
@-moz-document domain("models-resource.com"), domain("spriters-resource.com"),domain("textures-resource.com"), domain("sounds-resource.com"),domain("vg-resource.com"){
#content
{background:rgb(55,55,60)}
label
{color:white!important}
*:has(#wrapper)
{filter:invert(100%)!important}
#header, #nav-top, #sitebar, #body, .section
{box-shadow:inset 100px 10px 0px 100px rgba(0,0,0,0.34)}
.updatetext {
background: rgba(0,0,0,0.38);color:white
}
}