Skip to content

Commit

Permalink
# 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.
4 changes: 4 additions & 0 deletions src/v2/pages/about/#Page/components/#Logos/index.tsx
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 #Logos: React.FC = () => {
Expand Down

0 comments on commit f7d0ecc

Please # to comment.