Skip to content

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

Use serif fonts and reduce vertical padding.

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;
  }
}

Reviews

No reviews yet.