Skip to content

Change Accent Color by joelmatho

Screenshot of Change Accent Color

Details

Authorjoelmatho

LicenseMIT

CategoryRoblox.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Enables Customization of the Accent Color.

Tags: Roblox, Green, accent, buttons

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==

@name         Change Accent Color
@version      1.4.2
@namespace    https://userstyles.world/user/Joelmatho
@description  Enables customization of the Accent color.
@author       Joelmatho
@license      MIT

@preprocessor less
@var color Accent "Accent color" #00b06f

==/UserStyle== */

@-moz-document domain("roblox.com") {
    
    /* Main */
    #sign-up button,.batch-buy-purchase-button,.btn-common-play-game-lg,.btn-growth-lg,.btn-growth-md,.btn-growth-sm,.btn-growth-xs,.btn-toggle.on,.cart-number-container,.notif-row-right-button,.MuiSlider-track,.apply-button {
        background-color: @Accent !important;
    }
    
    .icon-radio-check-circle-filled {
        border: 6px solid @Accent !important;
    }

    /* Fixes */
    .notif-row-right-button.btn-primary-xs,.rbx-upgrade-now .btn-secondary-md,.event-follow-button,.apply-button:disabled,input[type="range"]::-moz-range-progress {
        background-color: #fff !important;
    }
    
    .event-unfollow-button{
        background-color: transparent !important;
    }

    /* Extra */
    .rbx-refresh {
        background: none !important;
    }

    .show-more {
        color: #fff !important;
    }

}

Reviews

No reviews yet.