From 140d9a29d96242111d471a87fbdcbddecad3600a Mon Sep 17 00:00:00 2001 From: tanmaysrivastava45 Date: Fri, 25 Oct 2024 20:40:13 +0530 Subject: [PATCH] changed the color of font to enhance UI and visibility --- Project Food Menu/index.html | 4 ++-- Project Food Menu/style.css | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Project Food Menu/index.html b/Project Food Menu/index.html index 49124b6..39838b9 100644 --- a/Project Food Menu/index.html +++ b/Project Food Menu/index.html @@ -307,8 +307,8 @@

Quick Links

diff --git a/Project Food Menu/style.css b/Project Food Menu/style.css index 3991537..b6e1fbb 100644 --- a/Project Food Menu/style.css +++ b/Project Food Menu/style.css @@ -707,7 +707,9 @@ footer { display: flex; flex-direction: column; } - +.footer-contact{ + color: #be1414; +} .footer-column h3 { margin-bottom: 5px; font-size: 18px;