Skip to content

Commit 6325069

Browse files
committed
Fix Issue developer-job-simulation#3 (inverted banner image colors bug)
1 parent 8109070 commit 6325069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ form > span {
669669

670670
#jumbo-image {
671671
max-height: 20rem;
672-
/* TODO: Invert banner colors using CSS */
672+
filter: invert(100%);
673673
}
674674

675675
@media (max-width: 600px) {

0 commit comments

Comments
 (0)