Skip to content

Scoresaber light mode by byhemechi

Screenshot of Scoresaber light mode

Details

Authorbyhemechi

LicenseNo License

Categoryscoresaber

Created

Updated

Size577 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hacky light theme for scoresaber

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Scoresaber light mode
@version      20211209.06.08
@namespace    userstyles.world/user/byhemechi
@description  hacky light theme for scoresaber
@author       byhemechi
@license      No License
==/UserStyle== */

@-moz-document domain("scoresaber.com") {
body, img, .image, .ranked, .announcement, .snow {
    filter: invert(1) hue-rotate(180deg);
}

.announcement * {
    filter: none !important;
}

.button:disabled {
    filter: invert(1) hue-rotate(180deg);
    background: gold;
    color: black;
    opacity: 1;
}

}

Reviews

No reviews yet.