From 84c8aac07c3c8109e921f92d838948ce08854291 Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Mon, 25 Feb 2019 18:28:40 +0530 Subject: [PATCH] fix(styles): apply conventional styles (#35371) * fix(styles): apply conventional styles * fix: add night styles to progress --- client/src/components/Footer/footer.css | 12 ++++++------ client/src/components/Map/map.css | 6 ++++-- 2 files changed, 10 insertions(+), 8 deletions(-) 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 {