Skip to content

FRICK BLUE AND GREEN, WE GOT RED PLAY BUTTON by CookedDoone-2109

Screenshot of FRICK BLUE AND GREEN, WE GOT RED PLAY BUTTON

Details

AuthorCookedDoone-2109

LicenseNo License

Categoryroblox.com

Created

Updated

Size891 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

To keep it short and sweet, this changes the play button's color to red instead of blue.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         red
@version      20250207.23.29
@namespace    https://userstyles.world/user/cookeddoone
@description  red
@author       cookeddoone
==/UserStyle== */

@-moz-document domain("roblox.com") {
.dark-theme .btn-common-play-game-lg:focus, .dark-theme .btn-common-play-game-lg:hover {
    background-color: #b00;
    border-color: transparent;
    color: #f7f7f8;
}
.dark-theme .btn-common-play-game-lg {
    border-radius: 8px;
    background-color: #f00;
    border-color: transparent;
    color: #f7f7f8;
}
.dark-theme .btn-growth-sm:focus, .dark-theme .btn-growth-sm:hover {
	background-color: #b00
}
.dark-theme .btn-growth-sm {
	background-color: #f00
}
.dark-theme .btn-growth-md:focus, .dark-theme .btn-growth-md:hover {
    background-color: #b00;
    border-color: transparent;
    color: #f7f7f8;
}
.dark-theme .btn-growth-md {
	background-color: #f00
}
}

Reviews

No reviews yet.