Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for soha.vn #9971

Merged
merged 8 commits into from
Oct 3, 2022
16 changes: 16 additions & 0 deletions src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -17688,6 +17688,22 @@ h1.logov

================================

soha.vn
CodingAlex22 marked this conversation as resolved.
Show resolved Hide resolved

INVERT
CodingAlex22 marked this conversation as resolved.
Show resolved Hide resolved
.page-head__right .head-hanhtrinh img

CSS
.page-body .page-head, .page-menu, .page-top, .sh_home20-wrapper, .sh_home20-wrapper .shcategory.layout-bd-nonebg, .sh_home20-wrapper .shnews_box .noticable-news, .sh_home20-wrapper .shnews_box .reviewer .list-cmt .item-cmt, .news-detail .share {
background: var(--darkreader-neutral-background) !important;
}

.sh_home20-wrapper .shnews_box .shnews_title, .sh_home20-wrapper .sh_hotnews .hotnews-label a, .news-detail .news-title, .news-content p, .list-topic-cate .item-news-cate .title-new-cate, .itembigs .related-special-news .item-related-news:first-child, .itembigs .related-special-news .item-related-news:first-child a, .rowccm li.tincungmucfocus .info h4.ksclili-title a {
color: var(--darkreader-neutral-text) !important;
}

CodingAlex22 marked this conversation as resolved.
Show resolved Hide resolved
================================

sony.*

IGNORE INLINE STYLE
Expand Down