Changeset 49867 for branches/5.6/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
- Timestamp:
- 12/22/2020 04:15:41 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
r49829 r49867 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.