From 3abcac697bc8db7a75f763d8c6a78b1c8dea681d Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 3 Jul 2022 15:08:32 +0700 Subject: 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. --- embedded_css.go | 7 +++---- 1 file 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; } /** -- cgit v1.3