Changes the color of the new blue buttons back to green
Old Roblox green buttons by gustavo1234

Details
Authorgustavo1234
LicenseNo License
Categoryroblox.com
Created
Updated
Code size762 B
Code checksum1cb65848
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
v1.2(2025/03/03): now changes the join friend button color
v1.1(2025/02/11): now works with the navbar signup button
Source code
/* ==UserStyle==
@name Old Roblox green buttons
@namespace roblox.com
@version 1.2
@description Changes the color of the new blue buttons back to green
@author gustavo1234
==/UserStyle== */
@-moz-document domain("roblox.com") {
.btn-common-play-game-lg, .btn-growth-md, .btn-growth-lg, .shopping-cart-btn-container .shopping-cart-btn .shopping-cart-icon-container .cart-number-container, .signup-button, .web-blox-css-tss-lo77dr-Button-contained, button.btn-growth-sm.btn-full-width, .btn-growth-xs {
background-color: #08b46c !important;
color: #fff !important;
}
.dark-theme .icon-radio-check-circle-filled, .light-theme .icon-radio-check-circle-filled {
border: 6px solid #08b46c !important;
}
}