darkens the Soundtrap Home UI
STDarker by Effyiex
Details
AuthorEffyiex
LicenseNo License
Categorysoundtrap.com
Created
Updated
Size364 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 STDarker
@version 20240327.16.39
@namespace https://userstyles.world/user/Effyiex
@description darkens the Soundtrap Home UI
@author Effyiex
==/UserStyle== */
@-moz-document domain("soundtrap.com") {
body {
background-color: black;
}
main {
filter: invert(100%);
}
main img {
filter: invert(100%);
}
}