Skip to content

Commit

Permalink
Pricing Logos - Darkk Mode
Browse files Browse the repository at this point in the history
Fixing this aredotna#2889
  • Loading branch information
outdatedx authored Feb 7, 2024
1 parent 2fcb6d2 commit f7d0ecc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ const Logos = styled.img`
width: 100%;
margin: 3em auto 0;
display: block;
@media (prefers-color-scheme: dark) {
filter: invert(1) brightness(1);
}
`

export const PricingLogos: React.FC = () => {
Expand Down

0 comments on commit f7d0ecc

Please sign in to comment.