Changeset 30588
- Timestamp:
- 11/27/2014 08:33:13 PM (10 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfifteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r30569 r30588 266 266 $css .= ' 267 267 .post-navigation .nav-previous { background-image: url(' . esc_url( $prevthumb[0] ) . '); } 268 .post-navigation .nav-previous .post-title, .post-navigation .nav-previous .meta-nav { color: #fff; }268 .post-navigation .nav-previous .post-title, .post-navigation .nav-previous a:hover .post-title, .post-navigation .nav-previous .meta-nav { color: #fff; } 269 269 .post-navigation .nav-previous a:before { background-color: rgba(0, 0, 0, 0.4); } 270 270 '; … … 275 275 $css .= ' 276 276 .post-navigation .nav-next { background-image: url(' . esc_url( $nextthumb[0] ) . '); } 277 .post-navigation .nav-next .post-title, .post-navigation .nav-next .meta-nav { color: #fff; }277 .post-navigation .nav-next .post-title, .post-navigation .nav-next a:hover .post-title, .post-navigation .nav-next .meta-nav { color: #fff; } 278 278 .post-navigation .nav-next a:before { background-color: rgba(0, 0, 0, 0.4); } 279 279 '; -
trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php
r30569 r30588 487 487 } 488 488 489 .post-navigation .nav-previous:not(.has-post-thumbnail) .nav-next:not(.has-post-thumbnail){489 .post-navigation div + div { 490 490 border-color: {{ data.border_color }}; 491 491 }
Note: See TracChangeset
for help on using the changeset viewer.