Brings Back The 2 Headers For Create And Robux
Old TopBar Text by Vue2016
Details
AuthorVue2016
LicenseNo License
Categorywww.roblox.com
Created
Updated
Size742 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Requires RLOT (Experimental) By @TersisWilvin To Work As Intended
Source code
/* ==UserStyle==
@name Old TopBar Text
@version 20241013.21.46
@namespace ?
==/UserStyle== */
@-moz-document domain("www.roblox.com") {
a.font-header-2.nav-menu-title.text-header[href="https://create.roblox.com/"]:before, a.font-header-2.nav-menu-title.text-header[href="/develop"]:before {
font-size: 16px;
content: "Develop";
border-radius: inherit;
}
a.font-header-2.nav-menu-title.text-header[href="https://create.roblox.com/"] {
font-size: 0;
height: 33px;
}
a.font-header-2.nav-menu-title.text-header[href*="/robux"]::before {
font-size: 16px;
content: "ROBUX";
border-radius: inherit;
}
a.font-header-2.nav-menu-title.text-header[href*="/robux"] {
font-size: 0;
height: 33px;
}
}