Use serif fonts and reduce vertical padding.
nullpt.rs: Tweaks by aankhen
Details
Authoraankhen
LicenseNo License
Categorynullpt.rs
Created
Updated
Size369 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 nullpt.rs: Tweaks
@namespace github.com/Aankhen
@version 1.0.0
@description Use serif fonts and reduce vertical padding.
@author Aankhen
==/UserStyle== */
@-moz-document domain("nullpt.rs") {
body {
font-family: serif;
}
#__next > div:first-child {
padding-top: 1rem;
padding-bottom: 1rem;
}
}