- commit
- 9bc48b4d50df04b6639c4e294f2f49b2335fcaeb
- parent
- 332030ead231e6f47bf56be85de97365a9907d8c
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-08 09:45
strip margins inside blockquote
Diffstat
| M | assets/style.css | 6 | ++++++ |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
@@ -23,6 +23,12 @@ blockquote {
23 23 background: var(--color-fg);
24 24 color: var(--color-bg2);
25 25 }
-1 26 blockquote > :first-child {
-1 27 margin-block-start: 0;
-1 28 }
-1 29 blockquote > :last-child {
-1 30 margin-block-end: 0;
-1 31 }
26 32
27 33 ul, ol {
28 34 padding-inline-start: 1.5em;