Bring back the YouTube logo on eracast.cc
YouTube Logo for EraCast v2 by paperboi31
Details
Authorpaperboi31
LicenseNONE
Categoryeracast.cc
Created
Updated
Size633 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
its a v2 of PLAYMOBILKNIGHT335's theme
Source code
/* ==UserStyle==
@name YouTube Logo for EraCast
@namespace USO Archive
@author PLAYMOBILKNIGHT335
@description Bring back the YouTube logo on eracast.cc
@version 20230807.14.48
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.eracast.cc/") {
#logo {
display: block;
background: no-repeat url(https://i.imgur.com/UUQl6uY.png) 0px -5px;
width: 100px;
height: 50px;
}
#footer-logo img {
opacity: .6;
background: no-repeat url(https://pmk335.neocities.org/www-refresh-vflMLqC23.png);
background-size: contain;
width: 93px;
height: 40px;
}
}