From aa632a21082735682c1b6f960df158234791f41b Mon Sep 17 00:00:00 2001 From: kelly Date: Sat, 22 Apr 2023 16:29:43 -0700 Subject: [PATCH 1/8] Fixes desktop navigation. --- src/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 04bd19e..5d0aabf 100644 --- a/src/index.html +++ b/src/index.html @@ -23,9 +23,9 @@ > - - Browse Challenges - Sign Up + + Browse Challenges + Sign Up From 35d3a66ff6acfdacbc57333fc42b21c44701bd1d Mon Sep 17 00:00:00 2001 From: kelly Date: Sat, 22 Apr 2023 17:34:07 -0700 Subject: [PATCH 2/8] Inverts image colors. --- src/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 2cbb72e..f7c22f2 100644 --- a/src/styles.css +++ b/src/styles.css @@ -669,7 +669,8 @@ form > span { #jumbo-image { max-height: 20rem; - /* TODO: Invert banner colors using CSS */ + /* DONE: Invert banner colors using CSS */ + filter: invert(100%); } @media (max-width: 600px) { From 0d12d9727240e934c50172da4af49f576ddec55d Mon Sep 17 00:00:00 2001 From: kelly Date: Sat, 22 Apr 2023 18:23:43 -0700 Subject: [PATCH 3/8] Hides desktop navbar on mobile. --- src/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 5d0aabf..94e03a6 100644 --- a/src/index.html +++ b/src/index.html @@ -11,7 +11,7 @@ - +