Changeset 30588 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 11/27/2014 08:33:13 PM (10 years ago)
- File:
-
- 1 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 ';
Note: See TracChangeset
for help on using the changeset viewer.