diff --git a/src/styles/app.scss b/src/styles/app.scss index b14f60380..baa6fac5d 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -194,6 +194,10 @@ ul, ol { padding-left: 1.2em; } +ul { + list-style-type: disc; +} + .posts { background-color: $gray; color: white;