Skip to content

Commit

Permalink
Adjust attribution colors for better visibility
Browse files Browse the repository at this point in the history
(closes #4047)
  • Loading branch information
bhousel committed Jun 16, 2017
1 parent 0a2bdd9 commit a448ce0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2702,7 +2702,7 @@ img.tile-removing {
.base-layer-attribution,
.overlay-layer-attribution {
position: absolute;
color: #888;
color: #ccc;
font-size: 10px;
}

Expand All @@ -2718,14 +2718,23 @@ img.tile-removing {
content: '; ';
}

.attribution a,
.attribution a:visited {
color: #ccf;
}

.attribution a:hover {
color: #aaf;
}

.attribution .source-image {
height: 20px;
vertical-align: middle;
border-radius: 3px;
}

.attribution span {
margin: 0 5px;
margin: 0 3px;
}


Expand Down

0 comments on commit a448ce0

Please sign in to comment.