Removes the gradient on profile headers
Lighthouse Header Image Fix - Jul 2024 by terralith-site
Details
Authorterralith-site
LicenseNo License
Categoryhttps://www.writelighthouse.com/
Created
Updated
Code size315 B
Code checksum5b3c15ec
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Lighthouse Header Image Fix - Jul 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.writelighthouse.com/") {
.header {
box-shadow: 0 0 0;
}
}