diff --git src/wp-content/themes/twentynineteen/sass/elements/_elements.scss src/wp-content/themes/twentynineteen/sass/elements/_elements.scss
index edc11cdf91..0eb7c5b1c8 100644
|
|
|
html { |
| 18 | 18 | |
| 19 | 19 | body { |
| 20 | 20 | background-color: $color__background-body; |
| | 21 | color: $color__text-main; |
| 21 | 22 | } |
| 22 | 23 | |
| 23 | 24 | a { |
diff --git src/wp-content/themes/twentynineteen/sass/typography/_typography.scss src/wp-content/themes/twentynineteen/sass/typography/_typography.scss
index 055b7a63d4..84438b2efa 100644
|
|
|
html { |
| 6 | 6 | body { |
| 7 | 7 | -webkit-font-smoothing: antialiased; |
| 8 | 8 | -moz-osx-font-smoothing: grayscale; |
| | 9 | background-color: $color__background-body; |
| 9 | 10 | color: $color__text-main; |
| 10 | 11 | @include font-family( $font__body ); |
| 11 | 12 | font-weight: 400; |
diff --git src/wp-content/themes/twentynineteen/style-rtl.css src/wp-content/themes/twentynineteen/style-rtl.css
index cab1ba0dcc..d5c4ffa8bb 100644
|
|
|
html { |
| 2219 | 2219 | body { |
| 2220 | 2220 | -webkit-font-smoothing: antialiased; |
| 2221 | 2221 | -moz-osx-font-smoothing: grayscale; |
| 2222 | | color: #111; |
| 2223 | 2222 | font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; |
| 2224 | 2223 | font-weight: 400; |
| 2225 | 2224 | font-size: 1em; |
| … |
… |
html { |
| 2495 | 2494 | |
| 2496 | 2495 | body { |
| 2497 | 2496 | background-color: #fff; |
| | 2497 | color: #111; |
| 2498 | 2498 | } |
| 2499 | 2499 | |
| 2500 | 2500 | a { |
diff --git src/wp-content/themes/twentynineteen/style.css src/wp-content/themes/twentynineteen/style.css
index e43f6647c7..61ca22b3ae 100644
|
|
|
html { |
| 2219 | 2219 | body { |
| 2220 | 2220 | -webkit-font-smoothing: antialiased; |
| 2221 | 2221 | -moz-osx-font-smoothing: grayscale; |
| 2222 | | color: #111; |
| 2223 | 2222 | font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; |
| 2224 | 2223 | font-weight: 400; |
| 2225 | 2224 | font-size: 1em; |
| … |
… |
html { |
| 2495 | 2494 | |
| 2496 | 2495 | body { |
| 2497 | 2496 | background-color: #fff; |
| | 2497 | color: #111; |
| 2498 | 2498 | } |
| 2499 | 2499 | |
| 2500 | 2500 | a { |