Skip to content

Commit

Permalink
fix: [Bug] Invert Banner Image Colors developer-job-simulation#3
Browse files Browse the repository at this point in the history
  • Loading branch information
juancaorg committed Jun 4, 2023
1 parent cccdfda commit 9d62f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ form > span {

#jumbo-image {
max-height: 20rem;
/* TODO: Invert banner colors using CSS */
filter: invert(1);
}

@media (max-width: 600px) {
Expand Down

0 comments on commit 9d62f40

Please sign in to comment.