Restores the old digikey logo at the top of normal pages.
Old Digikey Logo by BadRAM
Details
AuthorBadRAM
LicenseNo License
Categorydigikey.com
Created
Updated
Size604 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name digikey.ca - Jan 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("digikey.ca") {
.header__logo {
background-image: url("https://i.imgur.com/cAWKvuO.png") !important;
height: 90px !important;
top: 12px !important;
}
}
@-moz-document domain("digikey.com") {
.header__logo {
background-image: url("https://i.imgur.com/cAWKvuO.png") !important;
height: 90px !important;
top: 12px !important;
}
}