Make WordPress Core

Ticket #45916: 45916.diff

File 45916.diff, 2.1 KB (added by samful, 4 years ago)
  • wp-content/themes/twentynineteen/sass/elements/_elements.scss

    diff --git wp-content/themes/twentynineteen/sass/elements/_elements.scss wp-content/themes/twentynineteen/sass/elements/_elements.scss
    index b1fad05..9d58723 100644
    html { 
    1818
    1919body {
    2020        background-color: $color__background-body;
     21        color: $color__text-main;
    2122}
    2223
    2324a {
  • wp-content/themes/twentynineteen/sass/typography/_typography.scss

    diff --git wp-content/themes/twentynineteen/sass/typography/_typography.scss wp-content/themes/twentynineteen/sass/typography/_typography.scss
    index 055b7a6..f15f4b7 100644
    html { 
    66body {
    77        -webkit-font-smoothing: antialiased;
    88        -moz-osx-font-smoothing: grayscale;
    9         color: $color__text-main;
    109        @include font-family( $font__body );
    1110        font-weight: 400;
    1211        font-size: 1em;
  • wp-content/themes/twentynineteen/style-rtl.css

    diff --git wp-content/themes/twentynineteen/style-rtl.css wp-content/themes/twentynineteen/style-rtl.css
    index 892bc1e..90e5cd1 100644
    html { 
    22122212body {
    22132213  -webkit-font-smoothing: antialiased;
    22142214  -moz-osx-font-smoothing: grayscale;
    2215   color: #111;
    22162215  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
    22172216  font-weight: 400;
    22182217  font-size: 1em;
    html { 
    24872486
    24882487body {
    24892488  background-color: #fff;
     2489  color: #111;
    24902490}
    24912491
    24922492a {
  • wp-content/themes/twentynineteen/style.css

    diff --git wp-content/themes/twentynineteen/style.css wp-content/themes/twentynineteen/style.css
    index 6f81778..9055ad5 100644
    html { 
    22122212body {
    22132213  -webkit-font-smoothing: antialiased;
    22142214  -moz-osx-font-smoothing: grayscale;
    2215   color: #111;
    22162215  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
    22172216  font-weight: 400;
    22182217  font-size: 1em;
    html { 
    24872486
    24882487body {
    24892488  background-color: #fff;
     2489  color: #111;
    24902490}
    24912491
    24922492a {