new themes and updates

This commit is contained in:
2023-06-25 04:48:53 -07:00
parent c1ec9dff3c
commit 5ca0482374
5 changed files with 858 additions and 4 deletions

View File

@ -17,14 +17,14 @@
border-color:var(--href);
background-color:var(--background-darker);
}
ul#primary-menu.menu.nav-menu :after,span.screen-reader-text,li,label,hr,h3#reply-title.comment-reply-title,.tags-links a,.posted-on time,.byline a,time,a.comment-edit-link,.entry-footer>span.tags-links a,.entry-footer>span.tags-links,h2.entry-title a,.site-info,body,button,input,select,textarea,article.hentry .entry-footer>span,.mt-social-menu-wrapper,.mt-related-post-title,.widget-title,.page-title,h1.entry-title,.entry-title a,.mt-author-website a,section ul li a,.mt-author-bio{
ul#primary-menu.menu.nav-menu :after,span.screen-reader-text,li,label,hr,h3#reply-title.comment-reply-title,.tags-links a,.posted-on time,.byline a,time,a.comment-edit-link,.entry-footer>span.tags-links a,.entry-footer>span.tags-links,h2.entry-title a,.site-info,body,button,input,select,textarea,article.hentry .entry-footer>span,.mt-social-menu-wrapper,.mt-related-post-title,.widget-title,.page-title,h1.entry-title,.entry-title a,.mt-author-website a,section ul li a,.mt-author-bio, .menu-toggle a,.mt-search-icon a,#site-navigation ul li a{
color:var(--text-color) !important;
font-family:var(--main-font);
}
/***
Background Start
***/
.has-thumbnail .post-info-wrap .entry-meta .posted-on a:before,.front-slider-block .post-info-wrap .entry-meta .posted-on a:before,.posted-on a:before{
.has-thumbnail .post-info-wrap .entry-meta .posted-on a:before,.front-slider-block .post-info-wrap .entry-meta .posted-on a:before,.posted-on a:before,#site-navigation ul li a::after{
background-color:var(--text-color);
}
div.site-branding,div.logo-ads-wrap,div#wpadminbar.nojq,div.sticky-wrapper,footer#colophon.site-footer,nav#site-navigation.main-navigation.isActive,div.mt-logo-row-wrapper.mt-clearfix,div.custom-header.no-bg-img,#site-navigation{
@ -42,9 +42,11 @@ div#top-header.top-header-wrap.mt-clearfix,div#page.site,div#bottom-footer{
}
.category-button[class*=cbd-cat-] a{
background-color:var(--href)!important;
color: var(--text-color);
}
.category-button[class*=cbd-cat-] a:hover{
background-color:var(--href-dark)!important;
color: inherit;
}
/***
Background End