Skip to content

Commit 02f4de7

Browse files
committed
Fix banner image colors
1 parent 30bcd57 commit 02f4de7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
class="container white center"
7474
style="padding: 128px 16px"
7575
>
76-
<img id="jumbo-image" src="./banner-image.png" />
76+
<img id="jumbo-image" src="./banner-image.png" alt="Banner image" />
7777
<h1 class="margin jumbo">Want to test your software dev skills?</h1>
7878
<a href="#signup" class="button blue padding-large large margin-top"
7979
>Sign Up</a

src/styles.css

Lines changed: 1 addition & 1 deletion
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 screen and (max-width: 600px) {

0 commit comments

Comments
 (0)