Skip to content

Commit

Permalink
#305: add grey variant of map background
Browse files Browse the repository at this point in the history
  • Loading branch information
komejo committed Dec 17, 2024
1 parent e58fd7e commit c5bf5ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/custom/ts_wrin/sass/components/_region-map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
text-align: center;
aspect-ratio: 923.2/448;
}
.has-light-gray-background-color .interactive-map {
background-color: $light-grey;
}

.wri-region-map {
@include center-columns($grid-columns-mobile, $grid-columns-mobile);
Expand Down

0 comments on commit c5bf5ff

Please sign in to comment.