Blue fade from light to dark
Roblox blue fading play button by boredlakeyt
Details
Authorboredlakeyt
LicenseNONE
Categorywww.roblox.com
Created
Updated
Size665 B
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 blue fading play button
@namespace USO Archive
@author boredlakeYT
@description Blue fade from light to dark
@version 20220702.17.17
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("roblox.com") {
@keyframes rainbow {
0% {background-color: #9abbff;}
14% {background-color: #98bbff;}
28% {background-color: #91b6ff;}
42% {background-color: #84adff;}
57% {background-color: #7ba7ff;}
71% {background-color: #86afff;}
85% {background-color: #91b7ff;}
100% {background-color: #9abbff;}
}
.btn-common-play-game-lg {
animation: rainbow 3s infinite;
}
}