From 62739ff09784b0b9e37213ab7ae496b898eab760 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Tue, 21 Nov 2023 11:28:54 -0800 Subject: [PATCH] Map: Add info window link color to SoTW 2023 block style --- mu-plugins/blocks/google-map/postcss/style.pcss | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; + } + } +}