diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-16 14:43:48 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-16 14:43:48 +0700 |
| commit | fd1f9767f00b20fe0891344762234a6aaa9e8a38 (patch) | |
| tree | 4de433ab4b6efacfb015954a2c79e5b2337fa49d /_wui | |
| parent | 7c3b034fc45beac1da465984117d5948110c84e3 (diff) | |
| download | awwan-fd1f9767f00b20fe0891344762234a6aaa9e8a38.tar.xz | |
_wui/doc: change the HTML element "dt" to have bold font
This is for CHANGELOG so the subject of changes highlighted make it
different with the changes description.
Diffstat (limited to '_wui')
| -rw-r--r-- | _wui/doc/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_wui/doc/index.css b/_wui/doc/index.css index bcc216d..24a5681 100644 --- a/_wui/doc/index.css +++ b/_wui/doc/index.css @@ -169,6 +169,10 @@ blockquote { color: darkgreen; } +dt { + font-weight: bold; +} + h1 { font-size: 28px; border-bottom: 1px solid grey; |
