Skip to content

Superbits 2024 (Sparvar) by ebrahimandher

Details

Authorebrahimandher

LicenseNo License

Categoryhttps://login.superbits.org

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for Superbits.org (Sparvar theme)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Superbits 2024 (Sparvar)
@version      20240606.13.59
@namespace    https://userstyles.world/user/ebrahimandher
@description  Dark mode for Superbits.org (Sparvar theme)
@author       ebrahimandher
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://login.superbits.org") {
/* ==UserStyle==
@name         Superbits Dark Mode
@namespace    USO Archive
@author       whatda
@description  a simple dark mode that can work in most cases
@version      20210603.04.05
@license      NONE
@preprocessor uso
==/UserStyle== */
}

@-moz-document url("https://login.superbits.org") {
html,iframe {
    filter:invert(1) hue-rotate(180deg);
    background-color:#000;  
}
img,video {
    filter:invert(1) hue-rotate(180deg);
}
*[style~="background-image:"],*[style~="background:url"]{
    filter:invert(1) hue-rotate(180deg);
}
}

@-moz-document url-prefix("https://login.superbits.org") {
html,iframe {
    filter:invert(1) hue-rotate(180deg);
    background-color:#000;  
}
img,video {
    filter:invert(1) hue-rotate(180deg);
}
*[style~="background-image:"],*[style~="background:url"]{
    filter:invert(1) hue-rotate(180deg);
}
}

@-moz-document url("") {
html,iframe {
    filter:invert(1) hue-rotate(180deg);
    background-color:#000;  
}
img,video {
    filter:invert(1) hue-rotate(180deg);
}
*[style~="background-image:"],*[style~="background:url"]{
    filter:invert(1) hue-rotate(180deg);
}
}

Reviews

No reviews yet.