Skip to content

Commit 2500d0a

Browse files
committed
Use the disc list style type
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 057a4d8 commit 2500d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ section {
186186
}
187187

188188
ul {
189-
list-style: circle;
189+
list-style: disc;
190190
padding-left: 1.5em;
191191
}
192192

0 commit comments

Comments
 (0)