mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 14:44:26 +01:00
style: increase paragraph spacing in reader view to 1.5rem
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user