A new userstyle
mystyle by daycar10
Details
Authordaycar10
LicenseNo License
Categoryhttp://localhost:5173/
Created
Updated
Size397 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 ? - Nov 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
a {
line-height:1.5 !important;
letter-spacing:0.12em !important;
word-spacing:0.16em !important;
>p {margin-bottom:2em !important}
}
}