Changeset 50493 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss
- Timestamp:
- 03/04/2021 04:55:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss
r50466 r50493 210 210 &.has-gray-background-color[class], 211 211 &.has-dark-gray-background-color[class] { 212 color: var(--global--color-white); 213 212 214 // Localize CSS-variables to limit relationship scope 213 215 > [class*="__inner-container"] { … … 228 230 &.has-yellow-background-color[class], 229 231 &.has-white-background-color[class] { 232 color: var(--global--color-dark-gray); 233 230 234 // Localize CSS-variables to limit relationship scope 231 235 > [class*="__inner-container"] {
Note: See TracChangeset
for help on using the changeset viewer.