* 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>
@@ -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;
-}
+}
@@ -36,7 +36,7 @@
background: variables.$grey-light;
- color: variables.$unread-font-color;
+ color: variables.$main-font-color;