Make DemoUS Pfx Bar Pretty
demo-us.demo1.pricefx.com - 11/28/2022, 11:30:43 AM by smissingham
Details
Authorsmissingham
LicenseNo License
Categorydemo-us.demo1.pricefx.com
Created
Updated
Size322 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 Gradient Header
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("pricefx.com") {
.ucAppHeader {
background: linear-gradient(90deg,#41b6e6,#a3d28d) !important;
}
}