Add extra CSS for blocks styling when there's a background-color selected but no text-color.
This PR adds some extra styles for #964 so that when the user selects a background color for a block and doesn't select a text-color, we try to automatically add the text-color.
This only works for primary and accent colors, there's no easy way to do the same thing for secondary.
Add extra CSS for blocks styling when there's a background-color selected but no text-color. This PR adds some extra styles for #964 so that when the user selects a background color for a block and doesn't select a text-color, we try to automatically add the text-color. This only works for
primary
andaccent
colors, there's no easy way to do the same thing forsecondary
.