aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Guesnon <bonjour@thomasguesnon.fr> 2022-10-11 00:45:59 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-11 00:45:59 +0200
commit0ff5d0b8cb6c861be957cc1e38a4817ecd239d86 (patch)
tree66a0cd83495985935e4beca0fe15508b4374555d
parent648a876d77a7591eac6c4ad5f14b30988e18ce20 (diff)
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 <patjennings@MacBook-Pro-de-patjennings.local>
-rw-r--r--p/themes/Mapco/mapco.css4
-rw-r--r--p/themes/Mapco/mapco.rtl.css4
-rw-r--r--p/themes/Mapco/mapco.scss2
3 files changed, 5 insertions, 5 deletions
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;
}