Skip to content

Commit

Permalink
Add dynamic theme fix for elitepvpers.com (#12675)
Browse files Browse the repository at this point in the history
This commit adds fixes for the dynamic theme on elitepvpers.com.
  • Loading branch information
oberrich committed May 4, 2024
1 parent cfb669f commit 837f95f
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -8684,6 +8684,48 @@ INVERT

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

elitepvpers.com

CSS
body,
td[id="userbarbg"],
.alt1,
.alt1Active,
.alt2,
.alt2Active,
.panel,
.panelsurround,
.thead,
.vBulletin_editor,
.fieldset,
.ticker,
#contentshadowwhite,
td[id="navbg"],
td[id="navstart"],
.cwalt {
background-image: none !important;
}
.alt1,
.alt1Active,
.alt2,
.alt2Active,
.panel,
.panelsurround,
.thead,
.vBulletin_editor,
.fieldset,
.ticker,
#contentshadowwhite {
border-color: var(--darkreader-neutral-background) !important;
}
td[id="userbarbg"],
td[id="navbg"],
td[id="navstart"] {
background-color: color-mix(in srgb, var(--darkreader-neutral-text) 10%, var(--darkreader-neutral-background) 90%) !important;
}

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

elle.com

INVERT
Expand Down

0 comments on commit 837f95f

Please sign in to comment.