Skip to content

Commit 28b4e4d

Browse files
committed
fix colors on attributions
1 parent 1087512 commit 28b4e4d

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)