Skip to content

Commit

Permalink
change: Update list markings
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalfrustation committed Apr 7, 2024
1 parent 2d98ff5 commit 7d655b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ li:hover::before {
}

li:first-of-type::marker {
content: "┏━━";
content: "╔══";
}

li::marker {
content: "┣━━"
content: "╠══"
}

li:last-of-type::marker {
content: "┗━━";
content: "╚══";
}

li:only-of-type::marker {
Expand Down

0 comments on commit 7d655b0

Please sign in to comment.