makes old roblox lol
Old roblox adem by MEDA
Details
AuthorMEDA
LicenseNo License
Categoryroblox.com
Created
Updated
Size867 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 ? - May 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("roblox.com") {
/* Revert the navbar background color */
.navbar {
background-color: #123456 !important;
}
/* Change the font to something old-school */
body, .navbar, .container, .footer {
font-family: 'Arial', sans-serif !important;
}
/* Modify buttons to look old-school */
.btn-primary {
background-color: #007bff !important;
border-color: #007bff !important;
color: #ffffff !important;
}
/* Change the logo (assuming you have an old logo URL) */
.navbar-brand::before {
content: url("https://example.com/old-logo.png");
display: inline-block;
margin-right: 10px;
}
}