aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}