- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php
r39901 r42343 21 21 * @param int $saturation Color saturation level. 22 22 */ 23 $saturation = absint( apply_filters( 'twentyseventeen_custom_colors_saturation', 50 ) );23 $saturation = absint( apply_filters( 'twentyseventeen_custom_colors_saturation', 50 ) ); 24 24 $reduced_saturation = ( .8 * $saturation ) . '%'; 25 $saturation = $saturation . '%';26 $css = '25 $saturation = $saturation . '%'; 26 $css = ' 27 27 /** 28 28 * Twenty Seventeen: Color Patterns
Note: See TracChangeset
for help on using the changeset viewer.