Just bare bones basic to change simple background and text color of webpage.Thats it!
6/12/2022, 10:18:15 PM by djrickyh
Details
Authordjrickyh
LicenseNo License
Categoryall urls
Created
Updated
Size488 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Do what you want with it
Source code
/* ==UserStyle==
@name 6/12/2022, 10:18:15 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
/* Insert code here... */
body
{
background-color:#32292e;
}
h1
{
color:#CACACA;
text-align:center;
}
p
{
font-family:"Monaco";
font-size:20px;
}
}