Changeset 39416
- Timestamp:
- 12/02/2016 05:46:19 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-content/themes/twentyseventeen/inc/custom-header.php
r39398 r39416 88 88 .colors-custom .site-title a, 89 89 body.has-header-image .site-title a, 90 body.has-header-video .site-title a, 90 91 body.has-header-image.colors-dark .site-title a, 92 body.has-header-video.colors-dark .site-title a, 91 93 body.has-header-image.colors-custom .site-title a, 94 body.has-header-video.colors-custom .site-title a, 92 95 .site-description, 93 96 .colors-dark .site-description, 94 97 .colors-custom .site-description, 95 98 body.has-header-image .site-description, 99 body.has-header-video .site-description, 96 100 body.has-header-image.colors-dark .site-description, 97 body.has-header-image.colors-custom .site-description { 101 body.has-header-video.colors-dark .site-description, 102 body.has-header-image.colors-custom .site-description, 103 body.has-header-video.colors-custom .site-description { 98 104 color: #<?php echo esc_attr( $header_text_color ); ?>; 99 105 }
Note: See TracChangeset
for help on using the changeset viewer.