Skip to content

Instantly share code, notes, and snippets.

@brokkr
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brokkr/f036049b774f015958a8 to your computer and use it in GitHub Desktop.
Save brokkr/f036049b774f015958a8 to your computer and use it in GitHub Desktop.
/*
Welcome to Custom CSS!
Picking out the yellow color in Autommattic's Hew theme:
https://wordpress.com/themes/hew
http://wptavern.com/hew-a-free-wordpress-blogging-theme-inspired-by-ryu
*/
#masthead,
#infinite-handle span,
.tagcloud a:hover,
a[class*="tag-link-"]:hover,
.page-links a:hover,
.tags-links a:hover,
.error-404 .tagcloud a:hover,
.entry-format,
.bypostauthor .comment-meta,
button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
background-color: #3498db;
}
textarea:focus {
border-color: #3498db;
}
.social-links ul a:hover:before,
.toggle-button:hover:before,
.toggled .menu-toggle:before,
.main-navigation ul :hover > a {
color: #3498db;
}
a:hover,
a:focus,
a:active,
.widget a,
.toggle-button.open::before {
color: #FF9600;
}
.entry-content a:hover,
.entry-summary a:hover,
.comment-content a:hover {
border-bottom: 2px solid #FF9600;
color: #FF9600;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment