A new userstyle
11/15/2023, 10:18:16 PM by pineappletea
Details
Authorpineappletea
LicenseNo License
Categorytest
Created
Updated
Size498 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 11/15/2023, 10:18:16 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
.consumer-btn-outline {
border-color:#800020;
color:#fff;
background-color:#800020;
}
.consumer-btn-secondary {
border-color:#800020;
color:#800020;
background-color:#fff;
}
.consumer-card {
border-color: #800020;
}
}