diff --git wp-content/themes/twentynineteen/sass/elements/_elements.scss wp-content/themes/twentynineteen/sass/elements/_elements.scss
index b1fad05..9d58723 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 wp-content/themes/twentynineteen/sass/typography/_typography.scss wp-content/themes/twentynineteen/sass/typography/_typography.scss
index 055b7a6..f15f4b7 100644
|
|
|
html { |
| 6 | 6 | body { |
| 7 | 7 | -webkit-font-smoothing: antialiased; |
| 8 | 8 | -moz-osx-font-smoothing: grayscale; |
| 9 | | color: $color__text-main; |
| 10 | 9 | @include font-family( $font__body ); |
| 11 | 10 | font-weight: 400; |
| 12 | 11 | font-size: 1em; |
diff --git wp-content/themes/twentynineteen/style-rtl.css wp-content/themes/twentynineteen/style-rtl.css
index 892bc1e..90e5cd1 100644
|
|
|
html { |
| 2212 | 2212 | body { |
| 2213 | 2213 | -webkit-font-smoothing: antialiased; |
| 2214 | 2214 | -moz-osx-font-smoothing: grayscale; |
| 2215 | | color: #111; |
| 2216 | 2215 | font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; |
| 2217 | 2216 | font-weight: 400; |
| 2218 | 2217 | font-size: 1em; |
| … |
… |
html { |
| 2487 | 2486 | |
| 2488 | 2487 | body { |
| 2489 | 2488 | background-color: #fff; |
| | 2489 | color: #111; |
| 2490 | 2490 | } |
| 2491 | 2491 | |
| 2492 | 2492 | a { |
diff --git wp-content/themes/twentynineteen/style.css wp-content/themes/twentynineteen/style.css
index 6f81778..9055ad5 100644
|
|
|
html { |
| 2212 | 2212 | body { |
| 2213 | 2213 | -webkit-font-smoothing: antialiased; |
| 2214 | 2214 | -moz-osx-font-smoothing: grayscale; |
| 2215 | | color: #111; |
| 2216 | 2215 | font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; |
| 2217 | 2216 | font-weight: 400; |
| 2218 | 2217 | font-size: 1em; |
| … |
… |
html { |
| 2487 | 2486 | |
| 2488 | 2487 | body { |
| 2489 | 2488 | background-color: #fff; |
| | 2489 | color: #111; |
| 2490 | 2490 | } |
| 2491 | 2491 | |
| 2492 | 2492 | a { |