Skip to content

Commit

Permalink
fix appearance for some logos in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundDong committed Jan 23, 2025
1 parent 01b446a commit 67eb381
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/src/lib/pages/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
img[src$="mailchimp.svg"],
img[src$="medium.svg"],
img[src$="okta.svg"],
img[src$="patreon.svg"],
img[src$="ping-id.svg"],
img[src$="roblox.svg"],
img[src$="threads.svg"],
img[src$="wikimedia.svg"] {
filter: invert(1);
Expand Down Expand Up @@ -84,6 +87,9 @@
img[src$="mailchimp.svg"],
img[src$="medium.svg"],
img[src$="okta.svg"],
img[src$="patreon.svg"],
img[src$="ping-id.svg"],
img[src$="roblox.svg"],
img[src$="threads.svg"],
img[src$="wikimedia.svg"] {
filter: invert(1);
Expand Down

0 comments on commit 67eb381

Please sign in to comment.