@media (prefers-color-scheme: dark) {
body, .Index-page, .Footer-inner, .Footer-blocks, .Footer, .Main-content, .BlogItem-title, .Blog-meta-item, .Blog-meta-item.Blog-meta-item--author, .BlogItem-pagination-link-title, .BlogItem-pagination-link-label {
background-color: #1C1C1E ;
color: #C2C2C2;
}
body, .Main, .tweak-overlay-parallax-enabled.has-parallax-images:not(.tweak-site-width-option-constrained-width) {
background-color: #1C1C1E !important ;
color: #C2C2C2;
}
.Header-search-form-submit svg {
stroke: #C2C2C2;
}
p a , p span {
color: #C2C2C2 !important;
text-decoration-color:#C2C2C2!important;
}
a{ color: #C2C2C2 !important; border-color: #C2C2C2 !important ;}
a, h1, h2, h3, h4, h5 {
color: #C2C2C2 !important ;
}
.medium-button-style-outline .sqs-block-button .sqs-block-button-element--medium:hover {
color: #1C1C1E !important ;
background-color: #C2C2C2 !important}
.large-button-style-outline .sqs-block-button .sqs-block-button-element--large:hover {
color: #1C1C1E !important ;
background-color: #C2C2C2 !important }
.small-button-style-outline .sqs-block-button .sqs-block-button-element--small:hover {
color: #1C1C1E !important ;
background-color: #C2C2C2 !important }
.sqs-use--icon { fill: #C2C2C2
!important ; }
.tweak-social-icons-style-regular .SocialLinks-link-icon { fill: #C2C2C2
!important ; }
.Header-nav--secondary a:hover {
color: #e5007e !important ;
background-color: #C2C2C2 !important }
img {
filter: grayscale(35%);
}
}