diff --git a/index.html b/index.html index 0155d73..2ceb2b2 100644 --- a/index.html +++ b/index.html @@ -432,7 +432,7 @@ - + Retro Home + style=" font-family: var(--ff-philosopher);">Home About Us + style="font-family: var(--ff-philosopher); ">About Us Collections + style="font-family: var(--ff-philosopher);">Collections Services + style="font-family: var(--ff-philosopher);">Services - Blog + Blog - Contact Us + Contact Us - More + More @@ -477,14 +477,14 @@ Login + style=" font-family: var(--ff-philosopher);">Login Signup + style=" font-family: var(--ff-philosopher);">Signup - Cart @@ -511,7 +511,9 @@ color: #007bff; } - + .dark-mode .box{ + background:linear-gradient(to bottom,rgb(165, 98, 109),rgba(235, 133, 150, 0.856)); + } .dark-mode { background-color: #343a40; color: white; @@ -554,14 +556,16 @@ .dark-mode #darkModeToggle:hover { background-color: #6c757d; - ; + } .dark-mode #darkModeToggle .fas { color: #f8f9fa; } - + .dark-mode #navbar a{ + color:white; + } .fas { transition: color 0.3s; }