Skip to content

Commit

Permalink
Fix background color for map paragraph link to open the map
Browse files Browse the repository at this point in the history
  • Loading branch information
teroelonen committed Dec 11, 2024
1 parent c06c561 commit 7cc7b19
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 7cc7b19

Please sign in to comment.