Skip to content

Instantly share code, notes, and snippets.

@Steeru
Created April 27, 2018 04:29
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 Steeru/60e71642f80b9bb010fb2636d31010de to your computer and use it in GitHub Desktop.
Save Steeru/60e71642f80b9bb010fb2636d31010de to your computer and use it in GitHub Desktop.
button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
background: #ffd700 none repeat scroll 0 0;
}
button:hover, a.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
background-color: #ffd700;
}
a {
color: #ffd700;
text-decoration: inherit;
}
a:visited {
color: #ffd700;
}
a:hover,
a:focus,
a:active {
color: #ffd700;
}
.main-navigation li > a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li:hover > a {
background-color: #ffd700;
}
.main-navigation li li > a:hover,
.main-navigation li li.current-menu-item > a,
.main-navigation li li.current_page_item > a,
.main-navigation li li:hover > a {
color: #ffd700;
}
#infinite-handle span:hover {
border:1px solid #ffd700;
background: #ffd700;
}
.meta-nav {
background: #ffd700 none repeat scroll 0 0;
}
.post-navigation a:hover {
color:#ffd700;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
border-bottom: 4px solid #ffd700;
}
.navigation .nav-links a{
background: #ffd700;
}
.entry-title a:hover {
color: #ffd700;
}
.entry-footer a:hover,
.entry-entry-header .entry-meta > span a:hover {
color:#ffd700;
}
.custom-button {
border: 2px solid #ffd700;
}
.custom-button:hover {
background:#ffd700;
border-color:#ffd700;
}
.call-to-action-buttons .custom-button:hover {
border-color:#ffd700;
}
.site-branding a:hover{
color:#ffd700;
}
#main-slider h3::first-letter {
color: #ffd700;
}
#main-slider .pager-box.cycle-pager-active {
background-color: #ffd700 ;
}
.sidebar a:hover,.sidebar a:active {
color: #ffd700;
}
.widget_calendar caption {
background: #ffd700 none repeat scroll 0 0;
}
.widget_calendar #today {
background: #ffd700 none repeat scroll 0 0;
}
.widget .tagcloud a:hover {
border: 1px solid #ffd700;
color: #ffd700;
}
.search-form .search-submit {
background: #ffd700 none repeat scroll 0 0;
}
#colophon a {
color:#ffd700;
}
#footer-widgets ul li::before {
color: #ffd700;
}
#footer-widgets ul li a:hover {
color:#ffd700;
}
#breadcrumb a:hover,
#breadcrumb .breadcrumb-trail li:hover::after {
color:#ffd700;
}
#front-page-home-sections .section-title::first-letter,
#photomania-front-page-widgets .widget-title::first-letter,
.widget-title:first-letter {
color: #ffd700;
}
.mfp-wrap button.mfp-close {
background: #ffd700!important;
}
#mobile-trigger i {
background-color: #ffd700;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment