Changed the css to make the site easier to read.
www.novelhall.com by vulcan-coder
Details
Authorvulcan-coder
LicenseNo License
Categorywww.novelhall.com
Created
Updated
Size496 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 www.novelhall.com
@version 20221115.12.30
@namespace userstyles.world/user/vulcan-coder
@description Changed the css to make the site easier to read.
@author vulcan-coder
@license No License
==/UserStyle== */
@-moz-document domain("www.novelhall.com") {
#main > .container {
padding: 0;
}
.entry-content p {
margin-top: 0;
margin-bottom: 1.5rem;
line-height: 2.5rem;
font-family: sans-serif;
text-indent: unset;
font-size: 1.5rem;
}
}