You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is kind of an issue about selector specificity: Why does the default block-styles stylesheet make figcaptions centered? In 5.1RC2 the selector for this is more opinionated than I expected it to be:
But why does Gutenberg's default stylesheet ship with rules that:
center text
set the color to a light tone that doesn't meet WCAG AA or AAA for contrast on a white background (#7d8185 on white is 3.92, AA requests 4.5 and AAA 7.0)
muck with line-height
change the font size?
Can these opinionated styles be removed?
Or can Gutenberg separate for-appearances styles from for-layout styles?
The design shows them centered and with better padding.
The text was updated successfully, but these errors were encountered: