Skip to content

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

darkens the Soundtrap Home UI

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%);
}

}

Reviews

No reviews yet.