Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsnjack/hugo-changelog-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMaxim Tsoy <maks.tsoy@gmail.com>2020-05-14 16:55:12 +0300
committerMaxim Tsoy <maks.tsoy@gmail.com>2020-05-14 16:55:12 +0300
commitf65810bddb43bee7c080ecbcb324de5554aa493d (patch)
tree31cb52e6d994152b4d539a5f9817df9ee763fec7 /assets
parent9c440efd5a594bef00f447eaf8a0a1f25b9e0591 (diff)
Support multiline entries
Diffstat (limited to 'assets')
-rw-r--r--assets/changelog.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/changelog.scss b/assets/changelog.scss
index 36f84ff..41f29c2 100644
--- a/assets/changelog.scss
+++ b/assets/changelog.scss
@@ -92,7 +92,8 @@ $tag-performance: deeppink;
background: $tag-security;
}
-.changes li {
+.changes > li, .changes-entry > ul > li {
+ // hide top-level list bullets
list-style: none;
}