/*Buttons*/
.btn, .comment-reply-link, input[type="button"], input[type="submit"], input[type="reset"], button{
 background:grey;   
}
/*Header Hover*/
.entry-title a:hover{
 color:grey   
}
/* Comment link */
.entry-meta-bottom a{
 color:grey;   
}
a:hover,
a:focus {
    color:grey;
}
.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active {
    color: grey;
}
.read-more {
    color: grey;
}
.read-more:hover {
    border-color: grey;
}
.entry-meta a {
    color: grey;
}
.entry-utils .socials a:hover {
    color: grey;
}
.entry-title a:hover{
 color:grey;   
}