Changes the Novarin logos to the Finobe ones
this is the first theme on userstyles I ever made so I only know how to change the logo and the brand name :P
Authorkilleroid7
LicenseNo License
Categorygjsk.us.to
Created
Updated
Size480 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Changes the Novarin logos to the Finobe ones
this is the first theme on userstyles I ever made so I only know how to change the logo and the brand name :P
I will try to remove the big space between the finobe logo and the brand name later
/* ==UserStyle==
@name finobe logos instead of novarin
@version 20250225.06.47
@namespace gjsk.us.to
@description finoob
@author killeroid7
==/UserStyle== */
@-moz-document domain("gjsk.us.to") {
.navbar-brandimg.d-inline-block.mr-2{
content:url("https://finobe.com/img/finnobenotclay.png");
visibility: visible;
}
.navbar-brand {
visibility: hidden;
}
.navbar-brand:after
{
visibility: visible;
content: "Finobe"
}
}