Skip to content

Commit

Permalink
Map: Add info window link color to SoTW 2023 block style
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Nov 21, 2023
1 parent 791c0d7 commit 62739ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mu-plugins/blocks/google-map/postcss/style.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

0 comments on commit 62739ff

Please sign in to comment.