new theme and uodates
This commit is contained in:
@ -3,118 +3,39 @@
|
||||
background-color: var(--selector);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
::-webkit-scrollbar, .comment-form-url {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
|
||||
border-color: var(--href);
|
||||
background-color: var(--background-darker);
|
||||
}
|
||||
|
||||
#site-navigation ul li a,
|
||||
.byline a,
|
||||
.entry-footer > span.tags-links,
|
||||
.entry-footer > span.tags-links a,
|
||||
.entry-title a,
|
||||
.menu-toggle a,
|
||||
.mt-author-bio,
|
||||
.mt-author-website a,
|
||||
.mt-related-post-title,
|
||||
.mt-search-icon a,
|
||||
.mt-social-menu-wrapper,
|
||||
.page-title,
|
||||
.posted-on time,
|
||||
.site-info,
|
||||
.tagcloud a:hover,
|
||||
.tags-links a,
|
||||
.widget-title,
|
||||
a.comment-edit-link,
|
||||
article.hentry .entry-footer > span,
|
||||
body,
|
||||
button,
|
||||
h1.entry-title,
|
||||
h2.entry-title a,
|
||||
h3#reply-title.comment-reply-title,
|
||||
hr,
|
||||
input,
|
||||
label,
|
||||
li,
|
||||
section ul li a,
|
||||
select,
|
||||
span.screen-reader-text,
|
||||
textarea,
|
||||
time,
|
||||
ul#primary-menu.menu.nav-menu:after {
|
||||
#site-navigation ul li a, .byline a, .entry-footer > span.tags-links, .entry-footer > span.tags-links a, .entry-title a, .menu-toggle a, .mt-author-bio, .mt-author-website a, .mt-related-post-title, .mt-search-icon a, .mt-social-menu-wrapper, .page-title, .posted-on time, .site-info, .tagcloud a:hover, .tags-links a, .widget-title, a.comment-edit-link, article.hentry .entry-footer > span, body, button, h1.entry-title, h2.entry-title a, h3#reply-title.comment-reply-title, hr, input, label, li, section ul li a, select, span.screen-reader-text, textarea, time, ul#primary-menu.menu.nav-menu:after {
|
||||
color: var(--text-color) !important;
|
||||
font-family: var(--main-font);
|
||||
}
|
||||
|
||||
/*** Background Start ***/
|
||||
#site-navigation ul li a::after,
|
||||
.front-slider-block .post-info-wrap .entry-meta .posted-on a:before,
|
||||
.has-thumbnail .post-info-wrap .entry-meta .posted-on a:before,
|
||||
.posted-on a:before {
|
||||
#site-navigation ul li a::after, .front-slider-block .post-info-wrap .entry-meta .posted-on a:before, .has-thumbnail .post-info-wrap .entry-meta .posted-on a:before, .posted-on a:before {
|
||||
background-color: var(--text-color);
|
||||
}
|
||||
|
||||
#site-navigation,
|
||||
.wp-comment-cookies-consent,
|
||||
div#wpadminbar.nojq,
|
||||
div.custom-header.no-bg-img,
|
||||
div.cwv3_btns,
|
||||
div.logo-ads-wrap,
|
||||
div.mt-logo-row-wrapper.mt-clearfix,
|
||||
div.site-branding,
|
||||
div.sticky-wrapper,
|
||||
footer#colophon.site-footer,
|
||||
nav#site-navigation.main-navigation.isActive {
|
||||
#site-navigation, .wp-comment-cookies-consent, div#wpadminbar.nojq, div.custom-header.no-bg-img, div.cwv3_btns, div.logo-ads-wrap, div.mt-logo-row-wrapper.mt-clearfix, div.site-branding, div.sticky-wrapper, footer#colophon.site-footer, nav#site-navigation.main-navigation.isActive, .gdrf-success, .gdrf-errors, #site-navigation ul li .sub-menu, #site-navigation ul li .children {
|
||||
background-color: var(--background-darker) !important;
|
||||
}
|
||||
|
||||
#colophon .widget .widget-title:before,
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
|
||||
#secondary .widget .widget-title:before,
|
||||
#site-navigation .menu-item-description,
|
||||
.edit-link .post-edit-link,
|
||||
.features-post-title:before,
|
||||
.front-slider-block .lSAction > a:hover,
|
||||
.mt-live-link a,
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-submit,
|
||||
.mt-related-post-title:before,
|
||||
.post-cats-list a,
|
||||
.reply .comment-reply-link,
|
||||
.top-featured-post-wrap .post-thumbnail .post-number,
|
||||
.widget.widget_tag_cloud a:hover,
|
||||
.widget_search .search-submit,
|
||||
.widget_tag_cloud .tagcloud a:hover,
|
||||
article .post-thumbnail:before,
|
||||
article.sticky:before,
|
||||
div.mt-live-link a,
|
||||
input.search-submit {
|
||||
#colophon .widget .widget-title:before, #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a, #secondary .widget .widget-title:before, #site-navigation .menu-item-description, .edit-link .post-edit-link, .features-post-title:before, .front-slider-block .lSAction > a:hover, .mt-live-link a, .mt-menu-search .mt-form-wrap .search-form .search-submit, .mt-related-post-title:before, .post-cats-list a, .reply .comment-reply-link, .top-featured-post-wrap .post-thumbnail .post-number, .widget.widget_tag_cloud a:hover, .widget_search .search-submit, .widget_tag_cloud .tagcloud a:hover, article .post-thumbnail:before, article.sticky:before, div.mt-live-link a, input.search-submit {
|
||||
background-color: var(--href);
|
||||
}
|
||||
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
|
||||
.bttn:hover,
|
||||
.mt-live-link a:focus,
|
||||
.mt-live-link a:hover,
|
||||
.navigation .nav-links a:hover,
|
||||
.post-edit-link:hover,
|
||||
button,
|
||||
div.mt-live-link a:hover,
|
||||
input.search-submit:hover,
|
||||
input[type=button]:hover,
|
||||
input[type=reset]:hover,
|
||||
input[type=submit]:hover {
|
||||
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active, .bttn:hover, .mt-live-link a:focus, .mt-live-link a:hover, .navigation .nav-links a:hover, .post-edit-link:hover, button, div.mt-live-link a:hover, input.search-submit:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
|
||||
color: var(--text-color);
|
||||
background-color: var(--href-dark);
|
||||
}
|
||||
|
||||
div#bottom-footer,
|
||||
div#page.site,
|
||||
div#top-header.top-header-wrap.mt-clearfix {
|
||||
div#bottom-footer, div#page.site, div#top-header.top-header-wrap.mt-clearfix {
|
||||
background-color: var(--background) !important;
|
||||
}
|
||||
|
||||
@ -131,8 +52,7 @@ div#top-header.top-header-wrap.mt-clearfix {
|
||||
}
|
||||
|
||||
/*** Background End ***/
|
||||
#colophon,
|
||||
.mt-social-menu-wrapper {
|
||||
#colophon, .mt-social-menu-wrapper {
|
||||
border-top: 1px solid var(--href-dark);
|
||||
}
|
||||
|
||||
@ -148,12 +68,7 @@ p {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
clear: both;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
@ -162,43 +77,30 @@ h6 {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.entry-title,
|
||||
.page-title,
|
||||
b,
|
||||
strong {
|
||||
.entry-title, .page-title, b, strong {
|
||||
color: var(--text-color);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.mt-disclaimer-text,
|
||||
p em,
|
||||
p i {
|
||||
.mt-disclaimer-text, p em, p i {
|
||||
color: var(--text-color);
|
||||
font-family: var(--main-font);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
p em a,
|
||||
p i a {
|
||||
p em a, p i a {
|
||||
color: #f5a9b8;
|
||||
font-family: var(--main-font);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
p em a:hover,
|
||||
p i a:hover {
|
||||
p em a:hover, p i a:hover {
|
||||
color: #c48793;
|
||||
font-family: var(--main-font);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.mt-author-name a:hover,
|
||||
.mt-author-website a:hover,
|
||||
em a,
|
||||
h3.entry-title a:active,
|
||||
h3.entry-title a:hover,
|
||||
i a,
|
||||
section ul li a:hover {
|
||||
.mt-author-name a:hover, .mt-author-website a:hover, em a, h3.entry-title a:active, h3.entry-title a:hover, i a, section ul li a:hover, .pojo-skip-link:focus {
|
||||
color: var(--href) !important;
|
||||
}
|
||||
|
||||
@ -213,18 +115,8 @@ textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input,
|
||||
input#author,
|
||||
input#email,
|
||||
input#url,
|
||||
input.search-field,
|
||||
input[type=email],
|
||||
input[type=password],
|
||||
input[type=search],
|
||||
input[type=text],
|
||||
input[type=url],
|
||||
p.comment-form-cookies-consent #wp-comment-cookies-consent {
|
||||
color: var(--text-color);
|
||||
input, input#author, input#email, input#url, input.search-field, input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], p.comment-form-cookies-consent #wp-comment-cookies-consent {
|
||||
color: var(--text-color) !important;
|
||||
background-color: var(--background-darker);
|
||||
border-bottom: none;
|
||||
border: none;
|
||||
@ -294,24 +186,18 @@ body {
|
||||
font-family: var(--main-font);
|
||||
}
|
||||
|
||||
.btn-wrapper a,
|
||||
.entry-footer .mt-readmore-btn,
|
||||
.mt-readmore-btn {
|
||||
.btn-wrapper a, .entry-footer .mt-readmore-btn, .mt-readmore-btn {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.wp-block-code,
|
||||
code {
|
||||
.wp-block-code, code {
|
||||
background-color: #343434;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-menu > li.hover > .ab-item,
|
||||
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
|
||||
#wpadminbar:not(.mobile) .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, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item {
|
||||
background: var(--background-darker);
|
||||
color: var(--href);
|
||||
}
|
||||
@ -326,8 +212,7 @@ code {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#wpadminbar .menupop .ab-sub-wrapper,
|
||||
#wpadminbar .shortlink-input {
|
||||
#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
||||
@ -337,30 +222,7 @@ code {
|
||||
float: none;
|
||||
}
|
||||
|
||||
#cancel-comment-reply-link:before,
|
||||
#site-navigation li.menu-item-has-children > a:before,
|
||||
#site-navigation li.page_item_has_children > a:before,
|
||||
.edit-link .post-edit-link:before,
|
||||
.nav-links .nav-next a:after,
|
||||
.nav-links .nav-previous a:before,
|
||||
.widget_archive a:before,
|
||||
.widget_categories a:before,
|
||||
.widget_meta a:before,
|
||||
.widget_nav_menu li a:before,
|
||||
.widget_pages li a:before,
|
||||
.widget_recent_comments li:before,
|
||||
.widget_recent_entries a:before,
|
||||
.widget_rss li:before,
|
||||
.wp-block-archives li a:before,
|
||||
.wp-block-categories li a:before,
|
||||
.wp-block-latest-comments li:before,
|
||||
.wp-block-latest-posts li a:before,
|
||||
.wp-block-page-list li a:before,
|
||||
blockquote:after,
|
||||
blockquote:before,
|
||||
li.recentcomments:before,
|
||||
q:after,
|
||||
q:before {
|
||||
#cancel-comment-reply-link:before, #site-navigation li.menu-item-has-children > a:before, #site-navigation li.page_item_has_children > a:before, .edit-link .post-edit-link:before, .nav-links .nav-next a:after, .nav-links .nav-previous a:before, .widget_archive a:before, .widget_categories a:before, .widget_meta a:before, .widget_nav_menu li a:before, .widget_pages li a:before, .widget_recent_comments li:before, .widget_recent_entries a:before, .widget_rss li:before, .wp-block-archives li a:before, .wp-block-categories li a:before, .wp-block-latest-comments li:before, .wp-block-latest-posts li a:before, .wp-block-page-list li a:before, blockquote:after, blockquote:before, li.recentcomments:before, q:after, q:before {
|
||||
font-family: ForkAwesome !important;
|
||||
color: var(--text-color);
|
||||
}
|
||||
@ -373,58 +235,11 @@ q:before {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
em a:active,
|
||||
em a:focus,
|
||||
em a:hover {
|
||||
a:hover, em a:active, em a:focus, em a:hover, .pojo-skip-link:focus {
|
||||
color: var(--href);
|
||||
}
|
||||
|
||||
#cancel-comment-reply-link,
|
||||
#cancel-comment-reply-link:before,
|
||||
#footer-menu li a:hover,
|
||||
#mt-scrollup:hover,
|
||||
#site-navigation ul li.current-menu-ancestor > a,
|
||||
#site-navigation ul li.current-menu-item > a,
|
||||
#site-navigation ul li.current-menu-parent > a,
|
||||
#site-navigation ul li.current_page_ancestor > a,
|
||||
#site-navigation ul li.current_page_item > a,
|
||||
#site-navigation ul li.focus > a,
|
||||
#site-navigation ul li:hover > a,
|
||||
#top-footer a:hover,
|
||||
#top-navigation ul li a:hover,
|
||||
.banner-sub-title,
|
||||
.breadcrumbs .trail-items li a:hover,
|
||||
.btn-wrapper a:hover,
|
||||
.cat-links a:hover,
|
||||
.color_blog_dark_latest_posts .mt-post-title a:hover,
|
||||
.comment-author .fn .url:hover,
|
||||
.commentmetadata .comment-edit-link,
|
||||
.entry-cat .cat-links a:hover,
|
||||
.entry-cat a:hover,
|
||||
.entry-footer .mt-readmore-btn:hover,
|
||||
.entry-footer a:hover,
|
||||
.entry-meta a:hover,
|
||||
.entry-title a:hover,
|
||||
.front-slider-block .banner-title a:hover,
|
||||
.front-slider-block .post-info-wrap .entry-title a:hover,
|
||||
.has-thumbnail .post-info-wrap .entry-title a:hover,
|
||||
.logged-in-as a,
|
||||
.menu-toggle:hover,
|
||||
.mt-readmore-btn:hover,
|
||||
.mt-search-icon:hover,
|
||||
.mt-social-icon-wrap li a:focus,
|
||||
.mt-social-icon-wrap li a:hover,
|
||||
.navigation.pagination .nav-links .page-numbers.current,
|
||||
.navigation.pagination .nav-links a.page-numbers:hover,
|
||||
.post-info-wrap .entry-meta a:hover,
|
||||
.single .mt-single-related-posts .entry-title a:hover,
|
||||
.widget a:hover,
|
||||
.widget a:hover:before,
|
||||
.widget li:hover:before,
|
||||
.wrap-label i,
|
||||
a,
|
||||
a:focus {
|
||||
#cancel-comment-reply-link, #cancel-comment-reply-link:before, #footer-menu li a:hover, #mt-scrollup:hover, #site-navigation ul li.current-menu-ancestor > a, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current-menu-parent > a, #site-navigation ul li.current_page_ancestor > a, #site-navigation ul li.current_page_item > a, #site-navigation ul li.focus > a, #site-navigation ul li:hover > a, #top-footer a:hover, #top-navigation ul li a:hover, .banner-sub-title, .breadcrumbs .trail-items li a:hover, .btn-wrapper a:hover, .cat-links a:hover, .color_blog_dark_latest_posts .mt-post-title a:hover, .comment-author .fn .url:hover, .commentmetadata .comment-edit-link, .entry-cat .cat-links a:hover, .entry-cat a:hover, .entry-footer .mt-readmore-btn:hover, .entry-footer a:hover, .entry-meta a:hover, .entry-title a:hover, .front-slider-block .banner-title a:hover, .front-slider-block .post-info-wrap .entry-title a:hover, .has-thumbnail .post-info-wrap .entry-title a:hover, .logged-in-as a, .menu-toggle:hover, .mt-readmore-btn:hover, .mt-search-icon:hover, .mt-social-icon-wrap li a:focus, .mt-social-icon-wrap li a:hover, .navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links a.page-numbers:hover, .post-info-wrap .entry-meta a:hover, .single .mt-single-related-posts .entry-title a:hover, .widget a:hover, .widget a:hover:before, .widget li:hover:before, .wrap-label i, a, a:focus {
|
||||
color: var(--href);
|
||||
}
|
||||
|
||||
@ -432,15 +247,7 @@ a:focus {
|
||||
border-top-color: var(--href);
|
||||
}
|
||||
|
||||
.color_blog_dark_social_media a:hover,
|
||||
.custom-header,
|
||||
.error-404.not-found,
|
||||
.navigation.pagination .nav-links .page-numbers.current,
|
||||
.navigation.pagination .nav-links a.page-numbers:hover,
|
||||
.widget.widget_tag_cloud a:hover,
|
||||
.widget_search .search-submit,
|
||||
.widget_search .search-submit:hover,
|
||||
.widget_tag_cloud .tagcloud a:hover {
|
||||
.color_blog_dark_social_media a:hover, .custom-header, .error-404.not-found, .navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links a.page-numbers:hover, .widget.widget_tag_cloud a:hover, .widget_search .search-submit, .widget_search .search-submit:hover, .widget_tag_cloud .tagcloud a:hover {
|
||||
border-color: var(--href);
|
||||
}
|
||||
|
||||
@ -448,8 +255,7 @@ a:focus {
|
||||
outline-color: var(--href);
|
||||
}
|
||||
|
||||
.entry-footer > span.tags-links a:hover,
|
||||
ul.trail-items span {
|
||||
.entry-footer > span.tags-links a:hover, ul.trail-items span {
|
||||
color: var(--href) !important;
|
||||
}
|
||||
|
||||
@ -457,15 +263,12 @@ ul.trail-items span:hover {
|
||||
color: var(--href-dark) !important;
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-submit:hover,
|
||||
.tagcloud a:hover,
|
||||
.wp-block-search__button: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) !important;
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-field,
|
||||
textarea {
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-field, textarea {
|
||||
border: none !important;
|
||||
border-bottom: none !important;
|
||||
border-top: none !important;
|
||||
@ -486,9 +289,7 @@ span.required {
|
||||
border: 1px var(--href) solid;
|
||||
}
|
||||
|
||||
.mt-live-link a:focus,
|
||||
.mt-live-link a:hover,
|
||||
.search article {
|
||||
.mt-live-link a:focus, .mt-live-link a:hover, .search article, .pojo-skip-link:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
@ -510,13 +311,7 @@ span.required {
|
||||
}
|
||||
}
|
||||
|
||||
#mt-scrollup,
|
||||
.mt-author__avatar,
|
||||
.mt-copyright-text,
|
||||
.nav-links,
|
||||
.post-thumbnail img,
|
||||
.site-info,
|
||||
.wp-block-image {
|
||||
#mt-scrollup, .mt-author__avatar, .mt-copyright-text, .nav-links, .post-thumbnail img, .site-info, .wp-block-image {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
@ -528,45 +323,24 @@ video {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.bttn,
|
||||
.navigation .nav-links a,
|
||||
.search-submit,
|
||||
.tagcloud a,
|
||||
.wp-block-search__button,
|
||||
button,
|
||||
input.search-submit[type=submit],
|
||||
input[type=button],
|
||||
input[type=reset],
|
||||
input[type=submit] {
|
||||
.bttn, .navigation .nav-links a, .search-submit, .tagcloud a, .wp-block-search__button, button, input.search-submit[type=submit], input[type=button], input[type=reset], input[type=submit] {
|
||||
background-color: var(--href);
|
||||
border: none !important;
|
||||
color: #fff !important;
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
.bttn,
|
||||
.comment-reply-link,
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-field,
|
||||
.navigation .nav-links a,
|
||||
.page-numbers.current,
|
||||
.tagcloud a:hover,
|
||||
button,
|
||||
input.search-submit,
|
||||
input.search-submit:hover,
|
||||
input[type=button],
|
||||
input[type=reset],
|
||||
input[type=submit],
|
||||
textarea {
|
||||
.bttn, .comment-reply-link, .mt-menu-search .mt-form-wrap .search-form .search-field, .navigation .nav-links a, .page-numbers.current, .tagcloud a:hover, button, input.search-submit, input.search-submit:hover, input[type=button], input[type=reset], input[type=submit], textarea {
|
||||
border-radius: 5px !important;
|
||||
}
|
||||
|
||||
img {
|
||||
img, .pojo-skip-link {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.page-numbers.current {
|
||||
background-color: var(--href-dark);
|
||||
border: none !important;
|
||||
color: #fff !important;
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
div#cwv3_dialog.cwv3_dialog.js {
|
||||
@ -574,8 +348,7 @@ div#cwv3_dialog.cwv3_dialog.js {
|
||||
border-color: var(--background-darker) !important;
|
||||
}
|
||||
|
||||
.recentcomments,
|
||||
.widget_recent_comments li {
|
||||
.recentcomments, .widget_recent_comments li {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
@ -585,20 +358,23 @@ div#cwv3_dialog.cwv3_dialog.js {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.screen-reader-text:active,
|
||||
.screen-reader-text:focus,
|
||||
.screen-reader-text:hover {
|
||||
.screen-reader-text:active, .screen-reader-text:focus, .screen-reader-text:hover {
|
||||
background-color: var(--background) !important;
|
||||
box-shadow: none !important;
|
||||
color: var(--href) !important;
|
||||
}
|
||||
|
||||
@media (max-width: 979px) {
|
||||
#site-navigation ul li a,
|
||||
.is-sticky #site-navigation ul li a {
|
||||
#site-navigation ul li a, .is-sticky #site-navigation ul li a {
|
||||
border-bottom: 1px solid var(--href-dark);
|
||||
}
|
||||
}
|
||||
#site-navigation ul li a.sub-toggle, #site-navigation ul li a.sub-toggle:hover {
|
||||
background: var(--background) none repeat scroll 0 0;
|
||||
color: var(--text-color);
|
||||
border: none;
|
||||
}
|
||||
|
||||
:root {
|
||||
--text-color: #fff;
|
||||
--background: #282828;
|
||||
|
Reference in New Issue
Block a user