@@ -90,6 +90,16 @@ p.has-drop-cap:not(:focus)::first-letter {
margin-top: 0.15em;
}
+/* Image */
+
+.wp-block-image.is-style-default img[class*="wp-image-"] {
+ border-radius: 3px;
+}
+.wp-block-image.is-style-rounded img[class*="wp-image-"] {
+ border-radius: 9999px;
/* Gallery */
.wp-block-gallery {
@@ -282,6 +282,16 @@ p.has-drop-cap:not(:focus)::first-letter {
+.wp-block-image.is-style-default img {
+.wp-block-image.is-style-rounded img {
/* Quote */
.wp-block-quote {