Skip to content

Conversation

@nertzy
Copy link

@nertzy nertzy commented Oct 25, 2020

Setting a list style of "none" for all list items within the #post-list is overly broad. We should only affect the direct child list items so that any <li> tags within a post retain their proper list style.

Setting a list style of "none" for all list items within the #post-list
is overly broad. We should only affect the direct child list items so
that any <li> tags within a post retain their proper list style.
@nertzy
Copy link
Author

nertzy commented Oct 25, 2020

I'm working around this for the moment by adding:

#post-list article li {
    list-style: inherit;
    list-style-type: disc;
}

@nertzy
Copy link
Author

nertzy commented Jul 22, 2021

There's a discussion about this issue at https://help.micro.blog/t/marfa-theme-differences/550

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant