Skip to content

Commit

Permalink
Merge pull request #259 from gtt-project/fix/attribution-colors
Browse files Browse the repository at this point in the history
fix colors on attributions
  • Loading branch information
smellman authored Oct 10, 2023
2 parents 7599569 + 28b4e4d commit ea3a922
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
--ol-brand-color: #34495e;
}

// attribution styles
.ol-attribution:not(.ol-collapsed) {
background-color: rgba(255, 255, 255, 0.75);
}

.ol-attribution a {
color: #666666;
text-decoration: none;
}

.ol-control button:hover {
background-color: #3f5872;
}
Expand Down

0 comments on commit ea3a922

Please sign in to comment.