From a448ce0dfd70889aeda9187c758ff833112c0769 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 16 Jun 2017 16:57:51 -0400 Subject: [PATCH] Adjust attribution colors for better visibility (closes #4047) --- css/80_app.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 16b61a550..e2e267712 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2702,7 +2702,7 @@ img.tile-removing { .base-layer-attribution, .overlay-layer-attribution { position: absolute; - color: #888; + color: #ccc; font-size: 10px; } @@ -2718,6 +2718,15 @@ img.tile-removing { content: '; '; } +.attribution a, +.attribution a:visited { + color: #ccf; +} + +.attribution a:hover { + color: #aaf; +} + .attribution .source-image { height: 20px; vertical-align: middle; @@ -2725,7 +2734,7 @@ img.tile-removing { } .attribution span { - margin: 0 5px; + margin: 0 3px; }