style: increase paragraph spacing in reader view to 1.5rem

This commit is contained in:
Gigi
2025-11-07 22:13:18 +01:00
parent ed1a4e489e
commit feafe4a07b

View File

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