Skip to content

Commit 116d148

Browse files
authored
Use the disc list style type (#683)
Previously, it was the `circle` list style type, but it was determined that the `disc` list style type is in many ways a better match for Rust.
1 parent 46db665 commit 116d148

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ ul, ol {
189189
padding-left: 1.2em;
190190
}
191191

192+
ul {
193+
list-style-type: disc;
194+
}
195+
192196
.posts {
193197
background-color: $gray;
194198
color: white;

0 commit comments

Comments
 (0)