forked from argoproject/Argo
-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Estimate: < 4 Hourscategory: stylesaffects lots of styles, requiring visual testingaffects lots of styles, requiring visual testingtype: improvement
Milestone
Description
In Largo 0.6, the style for most text in a story is scoped to p {} because most text is in a paragraph. When text by accident or effort lands in .entry-content without a wrapping p, the text adopts styles from body, which means a different font size and line spacing.
Why not:
- use base
bodystyles for paragraph text and all post text - rejigger all other font sizes and line spacing so they're based off of that baseline instead
- reduce the number of places Largo declares font size and font-style and font-family, and reduce the specificity of those selectors, to make it easier to theme Largo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Estimate: < 4 Hourscategory: stylesaffects lots of styles, requiring visual testingaffects lots of styles, requiring visual testingtype: improvement