Themes/TwentySixteen: correct invalid CSS font-style value.

This change swaps out `none` for `normal` in the `.wp-block-pullquote cite` styling of `blocks.css`.

Props malae, mukesh27, sabernhardt.

Fixes #46807.

git-svn-id: https://develop.svn.wordpress.org/trunk@52004 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John James Jacoby 2021-11-03 17:00:18 +00:00
parent e6e51414c9
commit b8564bdf9e

View File

@ -182,7 +182,7 @@ p.has-drop-cap:not(:focus)::first-letter {
display: block;
font-size: 16px;
font-size: 1rem;
font-style: none;
font-style: normal;
line-height: 1.75;
text-transform: none;
}