Skip to content

Commit

Permalink
Hide list bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
haggen committed Nov 18, 2023
1 parent 9333e51 commit 9f1b60d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/resetize.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,13 @@ textarea {
resize: auto;
}

/* Hide list bullets. */

details,
li {
list-style: none;
}

/* Enable smooth scroll, but avoid issues with find in page. */

@media (prefers-reduced-motion: no-preference) {
Expand Down Expand Up @@ -315,10 +322,6 @@ sup {
top: -0.5em;
}

li {
list-style: none;
}

/* Constraint dimensions of embedded content. */

audio,
Expand Down

0 comments on commit 9f1b60d

Please sign in to comment.