Skip to content

Commit

Permalink
Fix for soha.vn (#9971)
Browse files Browse the repository at this point in the history
- Manually darken the site.
- Resolves #9957

Co-authored-by: Gusted <williamzijl7@hotmail.com>
  • Loading branch information
CodingAlex22 and Gusted committed Oct 3, 2022
1 parent 964967d commit 754e6c4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -17707,6 +17707,24 @@ h1.logov

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

soha.vn

INVERT
.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-color: 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;
}
.page-head, .page-top {
background-image: none !important;
}

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

sony.*

IGNORE INLINE STYLE
Expand Down

0 comments on commit 754e6c4

Please sign in to comment.