Skip to content

Commit

Permalink
adds color transition support to li elements (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenrick committed Oct 22, 2021
1 parent 1b64518 commit ed1a9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Typography

p, h1, h2, h3, h4, h5, h6, em, div, span, strong {
p, h1, h2, h3, h4, h5, h6, em, div, li, span, strong {
color: var(--global-text-color);
}

Expand Down

0 comments on commit ed1a9ee

Please sign in to comment.