diyability custom css for Illdy theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@base: #109026; | |
#header .top-header .header-logo:hover { | |
color: @base; | |
} | |
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:hover { | |
color: @base; | |
} | |
#header .bottom-header span.span-dot { | |
color: @base; | |
} | |
#header .bottom-header .header-button-two { | |
background: @base; | |
} | |
#latest-news .section-content .post .post-title:hover { | |
color: @base; | |
} | |
#latest-news .section-content .post .post-button { | |
color: @base; | |
} | |
#latest-news .latest-news-button { | |
background: @base; | |
} | |
#footer .widget ul li a:hover { | |
color: @base; | |
} | |
#blog .blog-post .blog-post-title:hover { | |
color: @base; | |
} | |
#blog .blog-post .blog-post-meta .post-meta-author { | |
color: @base; | |
} | |
#blog .blog-post .blog-post-meta .post-meta-author { | |
color: @base; | |
} | |
#blog .blog-post .blog-post-meta .post-meta-author .fa { | |
color: @base; | |
} | |
#blog .blog-post .blog-post-meta .post-meta-categories .fa { | |
color: @base; | |
} | |
#blog .blog-post .blog-post-meta .post-meta-comments .fa { | |
color: @base; | |
} | |
#blog .blog-post .blog-post-button { | |
background-color: @base; | |
} | |
#blog .blog-post .blog-post-author h4 { | |
color: @base; | |
} | |
.widget .widget-title:before { | |
background-color: @base; | |
} | |
.widget ul li:before { | |
color: @base; | |
} | |
.widget ul li a:hover { | |
color: @base; | |
} | |
.widget .widget-recent-post .recent-post-button { | |
color: @base; | |
} | |
#blog .blog-post .blog-post-meta .post-meta-time .fa, #blog .blog-post .blog-post-meta .post-meta-categories .fa { | |
color: @base; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment