Changeset 58464 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss
- Timestamp:
- 06/23/2024 02:36:37 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss
r49574 r58464 2 2 padding-left: 0; 3 3 4 &:where(:not([class*="-font-size"]):not([style*="font-size"])) .wp-block-latest-comments__comment { 5 font-size: var(--global--font-size-sm); 6 } 7 4 8 .wp-block-latest-comments__comment { 5 font-size: var(--global--font-size-sm);6 9 line-height: var(--global--line-height-body); 7 10 … … 24 27 25 28 .wp-block-latest-comments__comment-date { 26 color: var(--global--color-primary);27 font-size: var(--global--font-size-sm);29 color: inherit; 30 font-size: inherit; 28 31 } 29 32 30 33 .wp-block-latest-comments__comment-excerpt p { 31 font-size: var(--global--font-size-sm);34 font-size: inherit; 32 35 line-height: var(--global--line-height-body); 33 36 margin: 0;
Note: See TracChangeset
for help on using the changeset viewer.