From 3eed5caed6bb62315d9da939a85e180c05d3a585 Mon Sep 17 00:00:00 2001 From: Abhinay Singh Date: Tue, 6 Aug 2024 11:52:17 +0530 Subject: [PATCH] changed code of html,css to show the theme logo in light mode,write code in rateus file in js to perform the theme change action active --- Css-files/navbar.css | 1 + Html-files/RateUs.html | 18 ++++++++++++++++++ node_modules/.package-lock.json | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/Css-files/navbar.css b/Css-files/navbar.css index be83c9cb..c583d83c 100644 --- a/Css-files/navbar.css +++ b/Css-files/navbar.css @@ -260,5 +260,6 @@ body { #theme-toggle-icon { width: 30px; cursor: pointer; + background-color: #000; } diff --git a/Html-files/RateUs.html b/Html-files/RateUs.html index d5711f25..6d56f511 100644 --- a/Html-files/RateUs.html +++ b/Html-files/RateUs.html @@ -200,6 +200,24 @@

Rate Us

+ + diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 03a8e5ba..dd1b626a 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "Food-ordering-website", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "node_modules/aos": {