Changeset 49864 for trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
- Timestamp:
- 12/22/2020 03:00:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
r49826 r49864 75 75 76 76 if ( '#fff' === $this->custom_get_readable_color( $background_color ) ) { 77 $theme_css .= '--table--stripes-border-color: var(--global--color-dark-gray);';78 $theme_css .= '--table--stripes-background-color: var(--global--color-dark-gray);';77 $theme_css .= '--table--stripes-border-color: rgba(240, 240, 240, 0.15);'; 78 $theme_css .= '--table--stripes-background-color: rgba(240, 240, 240, 0.15);'; 79 79 } 80 80 }
Note: See TracChangeset
for help on using the changeset viewer.