Skip to content

eFundi Pink Logo by baboties

Screenshot of eFundi Pink Logo

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

Makes the logo on the eFundi site cute and pink ^^

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);
  }
}

Reviews

No reviews yet.