Skip to content

Commit

Permalink
Fix conflict between DarkMode and GrowthExperiments (#423)
Browse files Browse the repository at this point in the history
(cherry picked from commit 35c00df)
  • Loading branch information
lens0021 authored Jan 5, 2022
1 parent 21a54f2 commit fb3f779
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Versions and bullets are arranged chronologically from latest to oldest.

## v1.10.10

- Fixed conflict between DarkMode and GrowthExperiments. (https://github.com/femiwiki/FemiwikiSkin/pull/422)

## v1.10.9

- Fixed conflict between DarkMode and RelatedArticles. (https://github.com/femiwiki/FemiwikiSkin/issues/416)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

// Apply filter for things using background-image
// https://github.com/femiwiki/FemiwikiSkin/issues/415
.ext-related-articles-card-thumb {
.ext-related-articles-card-thumb,
.growthexperiments-homepage-module-impact .real-image {
filter: invert(1) hue-rotate(180deg);
background-color: transparent;
}
Expand Down

0 comments on commit fb3f779

Please sign in to comment.