Skip to content

Commit

Permalink
fix: better safari support
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Jun 15, 2024
1 parent 5c8a4cf commit fd876f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions static/css/emmett.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ nav {
}

.list ul {
padding-left: 0;
padding-left: 1rem;
}

.list ul li {
Expand All @@ -142,8 +142,11 @@ nav {
padding-top: 1rem;
}

.list ul li {
list-style-type: "» ";
}

.list ul li::marker {
content: "» ";
font-weight: 700;
font-size: 1.4rem;
color: var(--accent);
Expand Down

0 comments on commit fd876f4

Please sign in to comment.