Parcourir la source

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>
Thomas Guesnon il y a 3 ans
Parent
commit
0ff5d0b8cb
3 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 2 2
      p/themes/Mapco/mapco.css
  2. 2 2
      p/themes/Mapco/mapco.rtl.css
  3. 1 1
      p/themes/Mapco/mapco.scss

+ 2 - 2
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;
-}
+}

+ 2 - 2
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;
-}
+}

+ 1 - 1
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;
 }