aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-03 15:08:32 +0700
committerShulhan <ms@kilabit.info>2022-07-03 15:08:32 +0700
commit3abcac697bc8db7a75f763d8c6a78b1c8dea681d (patch)
treeda27ab8fe226a9b7ac427c7b5813383b16f65939
parent9f947290c0cdc6e3796ab1106ef9fc91213802bd (diff)
downloadciigo-3abcac697bc8db7a75f763d8c6a78b1c8dea681d.tar.xz
all: update CSS for description list
Set the list title font weight to be bold and remove the font-size for list description to make the font-size consistent.
-rw-r--r--embedded_css.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/embedded_css.go b/embedded_css.go
index d19d000..e60542f 100644
--- a/embedded_css.go
+++ b/embedded_css.go
@@ -110,12 +110,11 @@ h3 > span {
dl {
margin: 1.25rem;
}
-dd {
- margin: 0 0 0 1.25rem;
+dt {
+ font-weight: bold
}
-dl,
dd {
- font-size: 0.875rem;
+ margin: 0 0 0 1.25rem;
}
/**