Changeset 56062
- Timestamp:
- 06/27/2023 10:43:32 AM (19 months ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/elements/_elements.scss
r55964 r56062 15 15 *:after { 16 16 box-sizing: inherit; 17 }18 19 body {20 background-color: $color__background-body;21 17 } 22 18 -
trunk/src/wp-content/themes/twentynineteen/sass/typography/_typography.scss
r55964 r56062 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 ); -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r55964 r56062 2220 2220 -webkit-font-smoothing: antialiased; 2221 2221 -moz-osx-font-smoothing: grayscale; 2222 background-color: #fff; 2222 2223 color: #111; 2223 2224 font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; … … 2492 2493 *:after { 2493 2494 box-sizing: inherit; 2494 }2495 2496 body {2497 background-color: #fff;2498 2495 } 2499 2496 -
trunk/src/wp-content/themes/twentynineteen/style.css
r55964 r56062 2220 2220 -webkit-font-smoothing: antialiased; 2221 2221 -moz-osx-font-smoothing: grayscale; 2222 background-color: #fff; 2222 2223 color: #111; 2223 2224 font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; … … 2492 2493 *:after { 2493 2494 box-sizing: inherit; 2494 }2495 2496 body {2497 background-color: #fff;2498 2495 } 2499 2496
Note: See TracChangeset
for help on using the changeset viewer.