The old ROBLOX Play button color on the game page.
Old play button color by cognitixsammy

Details
Authorcognitixsammy
LicenseNo License
Categorywww.roblox.com
Created
Updated
Size945 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Just a custom color for the play button.
Source code
/* ==UserStyle==
@name Old play button color
@namespace Stylus
@author candei
@description The old ROBLOX Play button color on the game page.
@version 2025.03.03
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain(roblox.com)
{
@keyframes slide
{
0% {background-color: #08bc54;
border-color: #08bc54;
}
14%
{
background-color: #08bc54;
border-color: #08bc54;
}
28%
{
background-color: #08bc54;
border-color: #08bc54;
}
42%
{
background-color: #08bc54;
border-color: #08bc54;
}
56%
{
background-color: #08bc54;
border-color: #08bc54;
}
80%
{
background-color: #08bc54;
border-color: #08bc54;
}
94%
{
background-color: #08bc54;
border-color: #08bc54;
}
100%
{
background-color: #08bc54;
border-color: #08bc54;
}
}
.btn-common-play-game-lg
{
animation: slide 10s infinite;
}
}