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
diff options
context:
space:
mode:
authorYauhen Shulitski <jsnjack@gmail.com>2018-09-02 22:04:52 +0300
committerYauhen Shulitski <jsnjack@gmail.com>2018-09-02 22:04:52 +0300
commit37255c92b1f3fb67ae639b60981417c82e154d2b (patch)
tree49b3f486506193065405eaf7f1ca7c5cb83c0b5b
parente1e5c09f2bbbedfcd47650006f5861f96e5d7390 (diff)
:p: Do not show bullets for changes
-rw-r--r--assets/changelog.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/changelog.scss b/assets/changelog.scss
index d7732bb..f8ced48 100644
--- a/assets/changelog.scss
+++ b/assets/changelog.scss
@@ -82,6 +82,10 @@ $tag-security: #e85600;
background: $tag-security;
}
+.changes li {
+ list-style: none;
+}
+
.full-screen-message {
display: flex;
flex-direction: column;