Make WordPress Core

Ticket #45916: 45916.2.diff

File 45916.2.diff, 2.2 KB (added by ronakganatra, 15 months ago)
  • src/wp-content/themes/twentynineteen/sass/elements/_elements.scss

    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 { 
    1818
    1919body {
    2020        background-color: $color__background-body;
     21        color: $color__text-main;
    2122}
    2223
    2324a {
  • src/wp-content/themes/twentynineteen/sass/typography/_typography.scss

    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 { 
    66body {
    77        -webkit-font-smoothing: antialiased;
    88        -moz-osx-font-smoothing: grayscale;
     9        background-color: $color__background-body;
    910        color: $color__text-main;
    1011        @include font-family( $font__body );
    1112        font-weight: 400;
  • src/wp-content/themes/twentynineteen/style-rtl.css

    diff --git src/wp-content/themes/twentynineteen/style-rtl.css src/wp-content/themes/twentynineteen/style-rtl.css
    index cab1ba0dcc..d5c4ffa8bb 100644
    html { 
    22192219body {
    22202220  -webkit-font-smoothing: antialiased;
    22212221  -moz-osx-font-smoothing: grayscale;
    2222   color: #111;
    22232222  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
    22242223  font-weight: 400;
    22252224  font-size: 1em;
    html { 
    24952494
    24962495body {
    24972496  background-color: #fff;
     2497  color: #111;
    24982498}
    24992499
    25002500a {
  • src/wp-content/themes/twentynineteen/style.css

    diff --git src/wp-content/themes/twentynineteen/style.css src/wp-content/themes/twentynineteen/style.css
    index e43f6647c7..61ca22b3ae 100644
    html { 
    22192219body {
    22202220  -webkit-font-smoothing: antialiased;
    22212221  -moz-osx-font-smoothing: grayscale;
    2222   color: #111;
    22232222  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
    22242223  font-weight: 400;
    22252224  font-size: 1em;
    html { 
    24952494
    24962495body {
    24972496  background-color: #fff;
     2497  color: #111;
    24982498}
    24992499
    25002500a {