diff --git wp-content/themes/twentynineteen/sass/elements/_elements.scss wp-content/themes/twentynineteen/sass/elements/_elements.scss
index b1fad05..9d58723 100644
--- wp-content/themes/twentynineteen/sass/elements/_elements.scss
+++ wp-content/themes/twentynineteen/sass/elements/_elements.scss
@@ -18,6 +18,7 @@ html {
 
 body {
 	background-color: $color__background-body;
+	color: $color__text-main;
 }
 
 a {
diff --git wp-content/themes/twentynineteen/sass/typography/_typography.scss wp-content/themes/twentynineteen/sass/typography/_typography.scss
index 055b7a6..f15f4b7 100644
--- wp-content/themes/twentynineteen/sass/typography/_typography.scss
+++ wp-content/themes/twentynineteen/sass/typography/_typography.scss
@@ -6,7 +6,6 @@ html {
 body {
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
-	color: $color__text-main;
 	@include font-family( $font__body );
 	font-weight: 400;
 	font-size: 1em;
diff --git wp-content/themes/twentynineteen/style-rtl.css wp-content/themes/twentynineteen/style-rtl.css
index 892bc1e..90e5cd1 100644
--- wp-content/themes/twentynineteen/style-rtl.css
+++ wp-content/themes/twentynineteen/style-rtl.css
@@ -2212,7 +2212,6 @@ html {
 body {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  color: #111;
   font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
   font-weight: 400;
   font-size: 1em;
@@ -2487,6 +2486,7 @@ html {
 
 body {
   background-color: #fff;
+  color: #111;
 }
 
 a {
diff --git wp-content/themes/twentynineteen/style.css wp-content/themes/twentynineteen/style.css
index 6f81778..9055ad5 100644
--- wp-content/themes/twentynineteen/style.css
+++ wp-content/themes/twentynineteen/style.css
@@ -2212,7 +2212,6 @@ html {
 body {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  color: #111;
   font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
   font-weight: 400;
   font-size: 1em;
@@ -2487,6 +2486,7 @@ html {
 
 body {
   background-color: #fff;
+  color: #111;
 }
 
 a {
