Skip to content

Roblox Green Play Button by haimynameisalex

Screenshot of Roblox Green Play Button

Details

Authorhaimynameisalex

LicenseNo License

Categoryroblox.com

Created

Updated

Code size399 B

Code checksume9ad79ff

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remember how Roblox had the classic green play button? Now all of a sudden it's changed? This style will help revert the play button back to the original!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Roblox Green Play Button
@version    20250408.19.32
@namespace  ?
==/UserStyle== */

@-moz-document domain("roblox.com") {
:root {
    --play_btn_color: #08b454
}

.dark-theme .btn-common-play-game-lg {
    background-color: var(--play_btn_color);
}

.dark-theme .btn-primary-md:focus, .dark-theme .btn-primary-md:hover {
    background-color: var(--play_btn_color);
}
}

Reviews

No reviews yet.