From 84c13bb35b7d8ff336717ef519a4459611ac5e5a Mon Sep 17 00:00:00 2001 From: Vedha24 <115717840+Vedha24@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:32:20 +0530 Subject: [PATCH] Update style.css changed background color --- dad-jokes/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dad-jokes/style.css b/dad-jokes/style.css index 38cc3a7..35ddb9d 100644 --- a/dad-jokes/style.css +++ b/dad-jokes/style.css @@ -5,7 +5,7 @@ } body { - background-color: #686de0; + background-color: #687890; font-family: 'Roboto', sans-serif; display: flex; flex-direction: column;