Changeset 55960
- Timestamp:
- 06/21/2023 07:56:06 AM (16 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
r54171 r55960 19 19 body { 20 20 background-color: $color__background-body; 21 color: $color__text-main; 21 22 } 22 23 -
trunk/src/wp-content/themes/twentynineteen/sass/typography/_typography.scss
r46587 r55960 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
r55476 r55960 2220 2220 -webkit-font-smoothing: antialiased; 2221 2221 -moz-osx-font-smoothing: grayscale; 2222 color: #111;2223 2222 font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; 2224 2223 font-weight: 400; … … 2496 2495 body { 2497 2496 background-color: #fff; 2497 color: #111; 2498 2498 } 2499 2499 -
trunk/src/wp-content/themes/twentynineteen/style.css
r55476 r55960 2220 2220 -webkit-font-smoothing: antialiased; 2221 2221 -moz-osx-font-smoothing: grayscale; 2222 color: #111;2223 2222 font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif; 2224 2223 font-weight: 400; … … 2496 2495 body { 2497 2496 background-color: #fff; 2497 color: #111; 2498 2498 } 2499 2499
Note: See TracChangeset
for help on using the changeset viewer.