updates mate

This commit is contained in:
Sophia Atkinson 2023-07-22 00:53:10 -07:00
parent 5ee92344aa
commit 1d6cc799b9
8 changed files with 122 additions and 48 deletions

View File

@ -1,6 +1,3 @@
/*
Debian and the Debian logos are a trademark of Software in the Public Interest, Inc.
*/
@import url("https://fonts.bunny.net/css?family=damion:400|dotgothic16:400|source-code-pro:300|oxygen:400");
:root{
--text-color:#fff;
@ -19,7 +16,7 @@ Debian and the Debian logos are a trademark of Software in the Public Interest,
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, .menu-toggle a,.mt-search-icon a,#site-navigation ul li a{
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, .tagcloud a:hover{
color:var(--text-color) !important;
font-family:var(--main-font);
}
@ -45,10 +42,12 @@ 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);
border-radius: 2px;
}
.category-button[class*=cbd-cat-] a:hover{
background-color:var(--href-dark)!important;
color: inherit;
border-radius: 2px;
}
/***
Background End
@ -173,7 +172,7 @@ body{
color:var(--text-color);
}
code,.wp-block-code{
background-color:#242424;
background-color:#343434;
font-family:'Source Code Pro',monospace;
}
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus,#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,#wpadminbar .ab-top-menu>li.hover>.ab-item{
@ -230,9 +229,9 @@ ul.trail-items span,.entry-footer>span.tags-links a:hover{
ul.trail-items span:hover{
color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover{
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover, .tagcloud a:hover,.wp-block-search__button:hover{
border-radius:0;
background-color:var(--href-dark);
background-color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-field,textarea{
border:none!important;
@ -252,8 +251,8 @@ span.required{
border:1px solid var(--text-color)!important;
}
.navigation .nav-links a:hover,.bttn:hover,button,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{
color:#cccccc!important;
border-color:#cccccc!important;
color:#fff!important;
border-color:#fff!important;
}
.mt-author-box .mt-author__avatar img{
border-radius:50%;
@ -292,4 +291,12 @@ span.required{
video{
max-width:100%;
width: 100% !important;
}
.tagcloud a, .search-submit,input.search-submit[type=submit],.wp-block-search__button{
background-color: var(--href);
border: none!important;
}
.tagcloud a:hover, input.search-submit,input.search-submit:hover{
border-radius: 2px;
}

View File

@ -16,7 +16,7 @@
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, .menu-toggle a,.mt-search-icon a,#site-navigation ul li a{
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, .tagcloud a:hover{
color:var(--text-color) !important;
font-family:var(--main-font);
}
@ -42,10 +42,12 @@ 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);
border-radius: 2px;
}
.category-button[class*=cbd-cat-] a:hover{
background-color:var(--href-dark)!important;
color: inherit;
border-radius: 2px;
}
/***
Background End
@ -227,9 +229,9 @@ ul.trail-items span,.entry-footer>span.tags-links a:hover{
ul.trail-items span:hover{
color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover{
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover, .tagcloud a:hover,.wp-block-search__button:hover{
border-radius:0;
background-color:var(--href-dark);
background-color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-field,textarea{
border:none!important;
@ -249,8 +251,8 @@ span.required{
border:1px solid var(--text-color)!important;
}
.navigation .nav-links a:hover,.bttn:hover,button,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{
color:#cccccc!important;
border-color:#cccccc!important;
color:#fff!important;
border-color:#fff!important;
}
.mt-author-box .mt-author__avatar img{
border-radius:50%;
@ -289,4 +291,12 @@ span.required{
video{
max-width:100%;
width: 100% !important;
}
.tagcloud a, .search-submit,input.search-submit[type=submit],.wp-block-search__button{
background-color: var(--href);
border: none!important;
}
.tagcloud a:hover, input.search-submit,input.search-submit:hover{
border-radius: 2px;
}

View File

@ -16,7 +16,7 @@
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, .menu-toggle a,.mt-search-icon a,#site-navigation ul li a{
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, .tagcloud a:hover{
color:var(--text-color) !important;
font-family:var(--main-font);
}
@ -42,10 +42,12 @@ 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);
border-radius: 2px;
}
.category-button[class*=cbd-cat-] a:hover{
background-color:var(--href-dark)!important;
color: inherit;
border-radius: 2px;
}
/***
Background End
@ -227,9 +229,9 @@ ul.trail-items span,.entry-footer>span.tags-links a:hover{
ul.trail-items span:hover{
color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover{
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover, .tagcloud a:hover,.wp-block-search__button:hover{
border-radius:0;
background-color:var(--href-dark);
background-color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-field,textarea{
border:none!important;
@ -249,8 +251,8 @@ span.required{
border:1px solid var(--text-color)!important;
}
.navigation .nav-links a:hover,.bttn:hover,button,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{
color:#cccccc!important;
border-color:#cccccc!important;
color:#fff!important;
border-color:#fff!important;
}
.mt-author-box .mt-author__avatar img{
border-radius:50%;
@ -289,4 +291,12 @@ span.required{
video{
max-width:100%;
width: 100% !important;
}
.tagcloud a, .search-submit,input.search-submit[type=submit],.wp-block-search__button{
background-color: var(--href);
border: none!important;
}
.tagcloud a:hover, input.search-submit,input.search-submit:hover{
border-radius: 2px;
}

View File

@ -16,7 +16,7 @@
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, .menu-toggle a,.mt-search-icon a,#site-navigation ul li a{
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, .tagcloud a:hover{
color:var(--text-color) !important;
font-family:var(--main-font);
}
@ -42,10 +42,12 @@ 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);
border-radius: 2px;
}
.category-button[class*=cbd-cat-] a:hover{
background-color:var(--href-dark)!important;
color: inherit;
border-radius: 2px;
}
/***
Background End
@ -227,9 +229,9 @@ ul.trail-items span,.entry-footer>span.tags-links a:hover{
ul.trail-items span:hover{
color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover{
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover, .tagcloud a:hover,.wp-block-search__button:hover{
border-radius:0;
background-color:var(--href-dark);
background-color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-field,textarea{
border:none!important;
@ -249,8 +251,8 @@ span.required{
border:1px solid var(--text-color)!important;
}
.navigation .nav-links a:hover,.bttn:hover,button,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{
color:#cccccc!important;
border-color:#cccccc!important;
color:#fff!important;
border-color:#fff!important;
}
.mt-author-box .mt-author__avatar img{
border-radius:50%;
@ -289,4 +291,12 @@ span.required{
video{
max-width:100%;
width: 100% !important;
}
.tagcloud a, .search-submit,input.search-submit[type=submit],.wp-block-search__button{
background-color: var(--href);
border: none!important;
}
.tagcloud a:hover, input.search-submit,input.search-submit:hover{
border-radius: 2px;
}

View File

@ -16,7 +16,7 @@
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, .menu-toggle a,.mt-search-icon a,#site-navigation ul li a{
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, .tagcloud a:hover{
color:var(--text-color) !important;
font-family:var(--main-font);
}
@ -42,10 +42,12 @@ 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);
border-radius: 2px;
}
.category-button[class*=cbd-cat-] a:hover{
background-color:var(--href-dark)!important;
color: inherit;
border-radius: 2px;
}
/***
Background End
@ -227,9 +229,9 @@ ul.trail-items span,.entry-footer>span.tags-links a:hover{
ul.trail-items span:hover{
color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover{
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover, .tagcloud a:hover,.wp-block-search__button:hover{
border-radius:0;
background-color:var(--href-dark);
background-color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-field,textarea{
border:none!important;
@ -249,8 +251,8 @@ span.required{
border:1px solid var(--text-color)!important;
}
.navigation .nav-links a:hover,.bttn:hover,button,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{
color:#cccccc!important;
border-color:#cccccc!important;
color:#fff!important;
border-color:#fff!important;
}
.mt-author-box .mt-author__avatar img{
border-radius:50%;
@ -289,4 +291,12 @@ span.required{
video{
max-width:100%;
width: 100% !important;
}
.tagcloud a, .search-submit,input.search-submit[type=submit],.wp-block-search__button{
background-color: var(--href);
border: none!important;
}
.tagcloud a:hover, input.search-submit,input.search-submit:hover{
border-radius: 2px;
}

View File

@ -16,7 +16,7 @@
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, .menu-toggle a,.mt-search-icon a,#site-navigation ul li a{
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, .tagcloud a:hover{
color:var(--text-color) !important;
font-family:var(--main-font);
}
@ -42,10 +42,12 @@ 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);
border-radius: 2px;
}
.category-button[class*=cbd-cat-] a:hover{
background-color:var(--href-dark)!important;
color: inherit;
border-radius: 2px;
}
/***
Background End
@ -227,9 +229,9 @@ ul.trail-items span,.entry-footer>span.tags-links a:hover{
ul.trail-items span:hover{
color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover{
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover, .tagcloud a:hover,.wp-block-search__button:hover{
border-radius:0;
background-color:var(--href-dark);
background-color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-field,textarea{
border:none!important;
@ -249,8 +251,8 @@ span.required{
border:1px solid var(--text-color)!important;
}
.navigation .nav-links a:hover,.bttn:hover,button,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{
color:#cccccc!important;
border-color:#cccccc!important;
color:#fff!important;
border-color:#fff!important;
}
.mt-author-box .mt-author__avatar img{
border-radius:50%;
@ -289,4 +291,12 @@ span.required{
video{
max-width:100%;
width: 100% !important;
}
.tagcloud a, .search-submit,input.search-submit[type=submit],.wp-block-search__button{
background-color: var(--href);
border: none!important;
}
.tagcloud a:hover, input.search-submit,input.search-submit:hover{
border-radius: 2px;
}

View File

@ -1,6 +1,3 @@
/*
Ubuntu and the Ubuntu logo is a trademark of Canonical Ltd.
*/
@import url("https://fonts.bunny.net/css?family=damion:400|dotgothic16:400|source-code-pro:300|oxygen:400");
:root{
--text-color:#fff;
@ -19,7 +16,7 @@ Ubuntu and the Ubuntu logo is a trademark of Canonical Ltd.
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, .menu-toggle a,.mt-search-icon a,#site-navigation ul li a{
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, .tagcloud a:hover{
color:var(--text-color) !important;
font-family:var(--main-font);
}
@ -45,10 +42,12 @@ 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);
border-radius: 2px;
}
.category-button[class*=cbd-cat-] a:hover{
background-color:var(--href-dark)!important;
color: inherit;
border-radius: 2px;
}
/***
Background End
@ -173,7 +172,7 @@ body{
color:var(--text-color);
}
code,.wp-block-code{
background-color:#2D2D2D;
background-color:#343434;
font-family:'Source Code Pro',monospace;
}
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus,#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,#wpadminbar .ab-top-menu>li.hover>.ab-item{
@ -230,9 +229,9 @@ ul.trail-items span,.entry-footer>span.tags-links a:hover{
ul.trail-items span:hover{
color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover{
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover, .tagcloud a:hover,.wp-block-search__button:hover{
border-radius:0;
background-color:var(--href-dark);
background-color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-field,textarea{
border:none!important;
@ -252,8 +251,8 @@ span.required{
border:1px solid var(--text-color)!important;
}
.navigation .nav-links a:hover,.bttn:hover,button,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{
color:#cccccc!important;
border-color:#cccccc!important;
color:#fff!important;
border-color:#fff!important;
}
.mt-author-box .mt-author__avatar img{
border-radius:50%;
@ -292,4 +291,12 @@ span.required{
video{
max-width:100%;
width: 100% !important;
}
.tagcloud a, .search-submit,input.search-submit[type=submit],.wp-block-search__button{
background-color: var(--href);
border: none!important;
}
.tagcloud a:hover, input.search-submit,input.search-submit:hover{
border-radius: 2px;
}

View File

@ -16,7 +16,7 @@
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, .menu-toggle a,.mt-search-icon a,#site-navigation ul li a{
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, .tagcloud a:hover{
color:var(--text-color) !important;
font-family:var(--main-font);
}
@ -42,10 +42,12 @@ 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);
border-radius: 2px;
}
.category-button[class*=cbd-cat-] a:hover{
background-color:var(--href-dark)!important;
color: inherit;
border-radius: 2px;
}
/***
Background End
@ -227,9 +229,9 @@ ul.trail-items span,.entry-footer>span.tags-links a:hover{
ul.trail-items span:hover{
color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover{
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover, .tagcloud a:hover,.wp-block-search__button:hover{
border-radius:0;
background-color:var(--href-dark);
background-color:var(--href-dark)!important;
}
.mt-menu-search .mt-form-wrap .search-form .search-field,textarea{
border:none!important;
@ -249,8 +251,8 @@ span.required{
border:1px solid var(--text-color)!important;
}
.navigation .nav-links a:hover,.bttn:hover,button,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{
color:#cccccc!important;
border-color:#cccccc!important;
color:#fff!important;
border-color:#fff!important;
}
.mt-author-box .mt-author__avatar img{
border-radius:50%;
@ -289,4 +291,12 @@ span.required{
video{
max-width:100%;
width: 100% !important;
}
.tagcloud a, .search-submit,input.search-submit[type=submit],.wp-block-search__button{
background-color: var(--href);
border: none!important;
}
.tagcloud a:hover, input.search-submit,input.search-submit:hover{
border-radius: 2px;
}