Changeset 55964
- Timestamp:
- 06/21/2023 12:02:22 PM (15 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
r55960 r55964 19 19 body { 20 20 background-color: $color__background-body; 21 color: $color__text-main;22 21 } 23 22 -
trunk/src/wp-content/themes/twentynineteen/sass/typography/_typography.scss
r55960 r55964 7 7 -webkit-font-smoothing: antialiased; 8 8 -moz-osx-font-smoothing: grayscale; 9 background-color: $color__background-body;10 9 color: $color__text-main; 11 10 @include font-family( $font__body ); -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r55960 r55964 2220 2220 -webkit-font-smoothing: antialiased; 2221 2221 -moz-osx-font-smoothing: grayscale; 2222 color: #111; 2222 2223 font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; 2223 2224 font-weight: 400; … … 2495 2496 body { 2496 2497 background-color: #fff; 2497 color: #111;2498 2498 } 2499 2499 -
trunk/src/wp-content/themes/twentynineteen/style.css
r55960 r55964 2220 2220 -webkit-font-smoothing: antialiased; 2221 2221 -moz-osx-font-smoothing: grayscale; 2222 color: #111; 2222 2223 font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; 2223 2224 font-weight: 400; … … 2495 2496 body { 2496 2497 background-color: #fff; 2497 color: #111;2498 2498 } 2499 2499
Note: See TracChangeset
for help on using the changeset viewer.