Skip to content

Commit 07dab23

Browse files
camelidTurbo87
authored andcommitted
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 cd2a13c commit 07dab23

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
@@ -194,6 +194,10 @@ ul, ol {
194194
padding-left: 1.2em;
195195
}
196196

197+
ul {
198+
list-style-type: disc;
199+
}
200+
197201
.posts {
198202
background-color: $gray;
199203
color: white;

0 commit comments

Comments
 (0)