style: increase paragraph spacing in reader view to 1rem

This commit is contained in:
Gigi
2025-11-07 22:12:43 +01:00
parent 4ab34456d1
commit ed1a4e489e

View File

@@ -115,8 +115,9 @@
margin-bottom: 0.5rem;
color: var(--color-text);
}
.reader-markdown p { margin: 0.5rem 0; }
.reader-html p, .reader-html div, .reader-html span, .reader-html li, .reader-html td, .reader-html th { font-size: 1em !important; }
.reader-markdown p { margin: 1rem 0; }
.reader-html p { margin: 1rem 0; }
.reader-html div, .reader-html span, .reader-html li, .reader-html td, .reader-html th { font-size: 1em !important; }
/* Lists */
.reader-markdown ul, .reader-html ul {
list-style-type: disc;