diff --git a/client/src/components/Footer/footer.css b/client/src/components/Footer/footer.css index 5bf26554e0..eedc0d3104 100644 --- a/client/src/components/Footer/footer.css +++ b/client/src/components/Footer/footer.css @@ -1,5 +1,5 @@ .footer { - background-color: #e0e0e0; + background-color: #f1f5f8; font-size: 0.9em; width: 100%; padding-top: 40px; @@ -14,15 +14,15 @@ display: block; } -.footer .external-link-icon { - margin-left: 5px; - color: #6d6d6d; -} - .night .footer { + color: #606f7b; background: #222; } .night .footer a { color: #006400; } + +.night .footer a:hover { + color: #606f7b; +} diff --git a/client/src/components/Map/map.css b/client/src/components/Map/map.css index 076b3f6fe0..3141bab0b6 100644 --- a/client/src/components/Map/map.css +++ b/client/src/components/Map/map.css @@ -47,8 +47,10 @@ li.open > .map-title svg:first-child { margin-bottom: 0.25rem; } -.night .map-challenge-title a { - color: #f8f8f8; +.night .map-challenge-title a, +.night .map-title h4, +.night .map-title-completed { + color: #67d269; } .map-challenge-title-completed {