Skip to content

Commit

Permalink
Merge pull request #1135 from City-of-Helsinki/UHF-X_fix_background_c…
Browse files Browse the repository at this point in the history
…olor_for_map_link

UHF-X: Fix background color for map paragraph link to open the map
  • Loading branch information
teroelonen authored Dec 11, 2024
2 parents c06c561 + 7cc7b19 commit d104533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scss/06_components/paragraphs/_map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Patch Siteimprove false positive color contrast issue to reduce noise
.component--map .map__external-link {
background-color: $color-silver-light;
background-color: $color-black-5;
}

.map {
Expand Down

0 comments on commit d104533

Please sign in to comment.