From 0ff5d0b8cb6c861be957cc1e38a4817ecd239d86 Mon Sep 17 00:00:00 2001 From: Thomas Guesnon Date: Tue, 11 Oct 2022 00:45:59 +0200 Subject: Main font color from blue to regular dark (#4709) * Main font color from blue to regular dark * newline added at the end of rtl css file Co-authored-by: patjennings --- p/themes/Mapco/mapco.css | 4 ++-- p/themes/Mapco/mapco.rtl.css | 4 ++-- p/themes/Mapco/mapco.scss | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'p/themes') diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 587fb46bd..343a9b314 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -1370,7 +1370,7 @@ main.prompt { /*============*/ html, body { background: #eff0f2; - color: #36c; + color: #303136; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } @@ -1384,4 +1384,4 @@ body.register { a, button.as-link { outline: none; color: #36c; -} \ No newline at end of file +} diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 6ab890570..c1a1d8863 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -1370,7 +1370,7 @@ main.prompt { /*============*/ html, body { background: #eff0f2; - color: #36c; + color: #303136; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } @@ -1384,4 +1384,4 @@ body.register { a, button.as-link { outline: none; color: #36c; -} \ No newline at end of file +} diff --git a/p/themes/Mapco/mapco.scss b/p/themes/Mapco/mapco.scss index b850bf2b4..32ddc4dd8 100644 --- a/p/themes/Mapco/mapco.scss +++ b/p/themes/Mapco/mapco.scss @@ -36,7 +36,7 @@ /*============*/ html, body { background: variables.$grey-light; - color: variables.$unread-font-color; + color: variables.$main-font-color; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } -- cgit v1.2.3