aboutsummaryrefslogtreecommitdiff
path: root/embedded_css.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-03-04 23:02:21 +0700
committerShulhan <ms@kilabit.info>2022-03-04 23:10:00 +0700
commit753642c8297e2a7ba419fef02588d36a99207101 (patch)
tree9f28f7eb00a6b3851f8afb21f82393939b824402 /embedded_css.go
parent0d599952507e22339cd81fe2f8668aa44218ecab (diff)
downloadciigo-753642c8297e2a7ba419fef02588d36a99207101.tar.xz
all: add 1em to the bottom margin of paragraph under list
This is to make the list content readable and indistinguishable, especially when we have many list items with paragraphs.
Diffstat (limited to 'embedded_css.go')
-rw-r--r--embedded_css.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/embedded_css.go b/embedded_css.go
index 02555be..d19d000 100644
--- a/embedded_css.go
+++ b/embedded_css.go
@@ -191,6 +191,14 @@ dd {
margin: 2.5rem 0;
}
+.ulist li .paragraph {
+ margin-bottom: 1em;
+}
+
+.ulist li .paragraph {
+ margin-bottom: 1em;
+}
+
/** Custom classes */
#toctitle {
display: none;