Skip to content

Commit

Permalink
Marker size tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhinemann committed Jul 20, 2024
1 parent a55ca74 commit 86dedb9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ spc {
color: purple;
}

ul {
list-style-type: "";
li {
background: none;
}
li {
background: none;
}

li::marker {
content: "";
font-size: 0.7em;
}

0 comments on commit 86dedb9

Please sign in to comment.