diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-03 15:08:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-03 15:08:32 +0700 |
| commit | 3abcac697bc8db7a75f763d8c6a78b1c8dea681d (patch) | |
| tree | da27ab8fe226a9b7ac427c7b5813383b16f65939 /embedded_css.go | |
| parent | 9f947290c0cdc6e3796ab1106ef9fc91213802bd (diff) | |
| download | ciigo-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.
Diffstat (limited to 'embedded_css.go')
| -rw-r--r-- | embedded_css.go | 7 |
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; } /** |
