From 04c8d778558b1662e659c97169fcef47a25ac8e9 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 21 Jun 2023 12:02:22 +0000 Subject: [PATCH] Twenty Nineteen: Revert [55960]. This reverts [55960] pending further investigation, since this changeset caused failures on the Test Default Themes & Create ZIPs workflow. Unprops audrasjb. See #45916. git-svn-id: https://develop.svn.wordpress.org/trunk@55964 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentynineteen/sass/elements/_elements.scss | 1 - .../themes/twentynineteen/sass/typography/_typography.scss | 1 - src/wp-content/themes/twentynineteen/style-rtl.css | 2 +- src/wp-content/themes/twentynineteen/style.css | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentynineteen/sass/elements/_elements.scss b/src/wp-content/themes/twentynineteen/sass/elements/_elements.scss index 0eb7c5b1c8..edc11cdf91 100644 --- a/src/wp-content/themes/twentynineteen/sass/elements/_elements.scss +++ b/src/wp-content/themes/twentynineteen/sass/elements/_elements.scss @@ -18,7 +18,6 @@ html { body { background-color: $color__background-body; - color: $color__text-main; } a { diff --git a/src/wp-content/themes/twentynineteen/sass/typography/_typography.scss b/src/wp-content/themes/twentynineteen/sass/typography/_typography.scss index 84438b2efa..055b7a63d4 100644 --- a/src/wp-content/themes/twentynineteen/sass/typography/_typography.scss +++ b/src/wp-content/themes/twentynineteen/sass/typography/_typography.scss @@ -6,7 +6,6 @@ html { body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - background-color: $color__background-body; color: $color__text-main; @include font-family( $font__body ); font-weight: 400; diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index d5c4ffa8bb..cab1ba0dcc 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -2219,6 +2219,7 @@ 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; @@ -2494,7 +2495,6 @@ html { body { background-color: #fff; - color: #111; } a { diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css index 61ca22b3ae..e43f6647c7 100644 --- a/src/wp-content/themes/twentynineteen/style.css +++ b/src/wp-content/themes/twentynineteen/style.css @@ -2219,6 +2219,7 @@ 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; @@ -2494,7 +2495,6 @@ html { body { background-color: #fff; - color: #111; } a {