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!
Roblox Green Play Button by haimynameisalex

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
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);
}
}