A simplistic, black play button that matches with the rest of Roblox's theme!
ROBLOX: Black Play Button by beebs

Details
Authorbeebs
LicenseCC0-1.0
Categoryhttps://www.roblox.com
Created
Updated
Code size1.0 kB
Code checksuma165682f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
(This is intended for dark mode.)
Source code
/* ==UserStyle==
@name ROBLOX: Black Play Button
@namespace USO Archive
@author beebs
@description A simplistic, black play button that matches with the rest of Roblox's theme!
@version 20220127.17.43
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain(roblox.com)
{
@keyframes slide
{
0% {background-color: #0c0c0e;
border-color: #0c0c0e;
}
14%
{
background-color: #0c0c0e;
border-color: #0c0c0e;
}
28%
{
background-color: #0c0c0e;
border-color: #0c0c0e;
}
42%
{
background-color: #0c0c0e;
border-color: #0c0c0e;
}
56%
{
background-color: #0c0c0e;
border-color: #0c0c0e;
}
80%
{
background-color: #0c0c0e;
border-color: #0c0c0e;
}
94%
{
background-color: #0c0c0e;
border-color: #0c0c0e;
}
100%
{
background-color: #0c0c0e;
border-color: #0c0c0e;
}
}
.btn-common-play-game-lg
{
animation: slide 10s infinite;
}
}