Makes the logo on the eFundi site cute and pink ^^
eFundi Pink Logo by baboties

Details
Authorbaboties
LicenseNo License
CategoryLogo
Created
Updated
Code size590 B
Code checksum15c0e52e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("efundi.nwu.ac.za") {
.Mrphs-mainHeader .Mrphs-headerLogo .Mrphs-headerLogo--institution {
width: 216px;
height: 100%;
background: url('https://i.postimg.cc/MHrx2VL3/Untitled-design.png') no-repeat center center;
background-size: contain; /* Adjust if you need it to be more specific */
background-color: var(--logo-background-color);
opacity: var(--logo-opacity);
}
}