Changeset 49726 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss
- Timestamp:
- 12/01/2020 07:07:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss
r49574 r49726 19 19 .wp-block-cover-image-text, 20 20 .wp-block-cover-text { 21 color: currentColor; // uses text color specified with background-color options in /blocks/utilities/_style.scss21 color: currentColor; // Uses text color specified with background-color options in 07-utilities\color-palette.scss 22 22 margin-top: var(--global--spacing-vertical); 23 23 margin-bottom: var(--global--spacing-vertical); 24 24 25 a {25 a:not(.wp-block-button__link):not(.wp-block-file__button) { 26 26 color: currentColor; 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.