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 facebook.com #9689

Merged
merged 2 commits into from
Aug 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -6659,10 +6659,6 @@ CSS
.jewelItemNew ._33e {
background-color: ${#d0d1d3} !important;
}
.i85zmo3j {
background-color: rgba(0, 0, 0, 0.25);
background-blend-mode: color;
}
.sx_cf4e6b {
filter: brightness(250%) !important;
}
Expand Down Expand Up @@ -6792,6 +6788,9 @@ img[src*="www.traseo.pl%2Froute"], ._8bb_ img[src*="www.traseo.pl%2Froute"] {
.cetpsuna {
fill: none !important;
}
div[id*="jsc_c_"] {
text-shadow: rgb(40, 43, 54) 0px 0px 3px !important;
}

IGNORE INLINE STYLE
[role="button"] svg
Expand Down