Skip to content

Commit ea3a922

Browse files
authored
Merge pull request #259 from gtt-project/fix/attribution-colors
fix colors on attributions
2 parents 7599569 + 28b4e4d commit ea3a922

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/styles/scss/app.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
--ol-brand-color: #34495e;
1313
}
1414

15+
// attribution styles
16+
.ol-attribution:not(.ol-collapsed) {
17+
background-color: rgba(255, 255, 255, 0.75);
18+
}
19+
20+
.ol-attribution a {
21+
color: #666666;
22+
text-decoration: none;
23+
}
24+
1525
.ol-control button:hover {
1626
background-color: #3f5872;
1727
}

0 commit comments

Comments
 (0)