From a4f263e8baaae5e4848e79902d038efd2b02337d Mon Sep 17 00:00:00 2001 From: Rahul Dhaka <68420364+Rahul-Dhaka@users.noreply.github.com> Date: Sun, 17 Dec 2023 09:58:13 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ecf2e2..f00d90d 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # 27Aug2023-Web + +# Pull request completed From 96544c980e578a1cf2f1c669688e89dd23eb9d4c Mon Sep 17 00:00:00 2001 From: Rahul Dhaka <68420364+Rahul-Dhaka@users.noreply.github.com> Date: Sun, 17 Dec 2023 10:00:27 +0530 Subject: [PATCH 2/2] Update style.css --- L21-Express/TodoApp/public/styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/L21-Express/TodoApp/public/styles/style.css b/L21-Express/TodoApp/public/styles/style.css index 710d291..1988fbb 100644 --- a/L21-Express/TodoApp/public/styles/style.css +++ b/L21-Express/TodoApp/public/styles/style.css @@ -5,7 +5,7 @@ #btn{ color: white; - background-color: orange; + background-color: teal; border: 0px; padding: 2px; cursor: pointer; @@ -30,4 +30,4 @@ #task{ font-size: 20px; -} \ No newline at end of file +}