diff --git a/mu-plugins/blocks/google-map/postcss/style.pcss b/mu-plugins/blocks/google-map/postcss/style.pcss index ab7f41c05..bb6131104 100644 --- a/mu-plugins/blocks/google-map/postcss/style.pcss +++ b/mu-plugins/blocks/google-map/postcss/style.pcss @@ -37,3 +37,15 @@ } } } + + +/* + * State of the Word 2023 block style + */ +.wp-block-wporg-google-map.is-style-sotw-2023 { + & .wporg-map-marker { + & a { + color: #ff2b2b; + } + } +}