Ticket #23513: 23513.page-links.2.diff
File 23513.page-links.2.diff, 706 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/style.css
1210 1210 .format-gallery .entry-content .page-links a, 1211 1211 .format-chat .entry-content .page-links a, 1212 1212 .page-links a { 1213 background: # e63320;1214 border: 1px solid # e63320;1213 background: #ca3c08; 1214 border: 1px solid #ca3c08; 1215 1215 color: #fff; 1216 1216 } 1217 1217 … … 1223 1223 .format-quote .entry-content .page-links a:hover, 1224 1224 .page-links a:hover { 1225 1225 background: #fff; 1226 color: # e63320;1226 color: #ca3c08; 1227 1227 } 1228 1228 1229 1229 .format-status .entry-content .page-links > span,