Green > Blue
Roblox pre-2025 play button by christmaswreath
Details
Authorchristmaswreath
LicenseNONE
Categoryroblox.com
Created
Updated
Code size582 B
Code checksum5a7ae980
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 pre-2025 play button
@namespace paidlowered
@author paidlowered
@description Green > Blue
@version 1.0
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("roblox.com") {
@keyframes green {
0% {background-color: #02B758;}
100% {background-color: #02B758;}
}
.btn-common-play-game-lg {
animation: green 999s infinite;
}
.web-blox-css-tss-lo77dr-Button-contained {
animation: green 999s infinite;
}
.btn-growth-sm {
animation: green 999s infinite;
}
}