Skip to content

www.nitrotype.com by rainbowspyro2022

Screenshot of www.nitrotype.com

Details

Authorrainbowspyro2022

LicenseNo License

Categorynitrotype.com

Created

Updated

Size711 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

custom background for Power Surge Racers

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       www.nitrotype.com/friends
@version    20241121.00.21
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://www.nitrotype.com/friends") {

}

@-moz-document domain("nitrotype.com") {
/* Applies the custom background */
    body {
        background: url('https://ibb.co/TRRbhMx') no-repeat center center fixed;
        background-size: cover;
    }

    /* Optional: Make other elements transparent for full effect */
    .app, .container, .main-content {
        background: rgba(255, 255, 255, 0.8) !important; /* Slight transparency */
    }

    /* Customize text color for readability */
    * {
        color: #ffffff !important;
    }
}

Reviews

No reviews yet.