adds color transition support to li elements (#434)

This commit is contained in:
Steven Rick 2021-10-21 17:02:37 -07:00 committed by GitHub
parent 1b64518c65
commit ed1a9eeacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}