diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index c14cc30c5..a0409dff2 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -140,3 +140,11 @@ a[rel='external'] { .button { padding: 0.3em 0.6em 0.2em 0.6em; } + +.list-bullet { + + .list-bullet { + list-style: circle; + } + +}