From be66dea71d111e875d903b0409638fa31c309a97 Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Sat, 10 Aug 2024 15:46:04 +0530 Subject: [PATCH 1/2] Toggle Theme Color --- src/Components/Careers/careers.css | 2 +- src/Components/Delicious/Delicious.css | 2 +- src/Components/MainContainer.css | 2 +- src/Components/MainRightTopCard.css | 4 ++-- src/Components/Menu.css | 4 ++-- src/Components/RateUs.css | 2 +- src/Components/Settings/Settings.css | 2 +- src/Components/TopContainer.css | 2 +- src/Components/Trending/Trending.css | 2 +- src/Components/cart/cart.css | 2 +- src/Components/footer_section/BlogPage/BlogPage.css | 2 +- src/Components/footer_section/ContactUs/contact_us.css | 2 +- src/Components/footer_section/FAQPage/FAQPage.css | 2 +- src/Components/footer_section/Pricing/pricing.css | 2 +- src/Components/footer_section/about_us/About_us.css | 2 +- src/Components/footer_section/services/Services.css | 2 +- src/Components/menu_section/my_projects/MyProjects.css | 2 +- src/index.css | 2 +- 18 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/Components/Careers/careers.css b/src/Components/Careers/careers.css index f13fa9fd..2100c806 100644 --- a/src/Components/Careers/careers.css +++ b/src/Components/Careers/careers.css @@ -568,6 +568,6 @@ flex-wrap: wrap; } .light .body div{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } diff --git a/src/Components/Delicious/Delicious.css b/src/Components/Delicious/Delicious.css index f382d6e2..4c3014e7 100644 --- a/src/Components/Delicious/Delicious.css +++ b/src/Components/Delicious/Delicious.css @@ -80,7 +80,7 @@ body { } .light .delicious-page header p{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } \ No newline at end of file diff --git a/src/Components/MainContainer.css b/src/Components/MainContainer.css index 386a407a..2b460bc5 100644 --- a/src/Components/MainContainer.css +++ b/src/Components/MainContainer.css @@ -672,7 +672,7 @@ } .light .card, .light .filters, .light .cards { - background: #F3CFC6 !important; + background: lightblue !important; /*color: #000000 !important;*/ } diff --git a/src/Components/MainRightTopCard.css b/src/Components/MainRightTopCard.css index 175001cb..5b39b442 100644 --- a/src/Components/MainRightTopCard.css +++ b/src/Components/MainRightTopCard.css @@ -14,12 +14,12 @@ } .light .topCard p, .light .topCard h2{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } .light .bottom_card div, .light .bottom_card h2, .light .bottom_card p{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } \ No newline at end of file diff --git a/src/Components/Menu.css b/src/Components/Menu.css index 37ae4bcd..651ead12 100644 --- a/src/Components/Menu.css +++ b/src/Components/Menu.css @@ -142,11 +142,11 @@ body { } .light .sidebar li span{ - background: #F3CFC6 ; + background: lightblue ; color: #000000 !important; } .light .sidebar-header{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } diff --git a/src/Components/RateUs.css b/src/Components/RateUs.css index 9ef51701..0b2342d5 100644 --- a/src/Components/RateUs.css +++ b/src/Components/RateUs.css @@ -152,6 +152,6 @@ } .light .rate-us-container ,.light .rate-us-container h2{ - background: #F3CFC6 ; + background: lightblue ; color: #000000 ; } \ No newline at end of file diff --git a/src/Components/Settings/Settings.css b/src/Components/Settings/Settings.css index e343b391..e03b0952 100644 --- a/src/Components/Settings/Settings.css +++ b/src/Components/Settings/Settings.css @@ -185,6 +185,6 @@ button:hover { } .light .settings-tabs,.light .profile-settings h2, .light .profile-settings label, .light .account-settings h2, .light .account-settings label, .light .notification-settings h2, .light .notification-settings label , .light .privacy-settings h2, .light .privacy-settings label, .light .collaboration-settings h2, .light .collaboration-settings label, .light .application-settings h2, .light .application-settings label, .light .help-support li, .light .help-support p, .light .help-support h2, .light .legal-settings li, .light .legal-settings h2 { - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } diff --git a/src/Components/TopContainer.css b/src/Components/TopContainer.css index 2a7a622c..84acbe00 100644 --- a/src/Components/TopContainer.css +++ b/src/Components/TopContainer.css @@ -326,6 +326,6 @@ } .light .notification-container div { - background: #F3CFC6; + background: lightblue ; color: #000000 !important; } diff --git a/src/Components/Trending/Trending.css b/src/Components/Trending/Trending.css index 4eafe13f..77c08106 100644 --- a/src/Components/Trending/Trending.css +++ b/src/Components/Trending/Trending.css @@ -93,6 +93,6 @@ body { } .light header p{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } diff --git a/src/Components/cart/cart.css b/src/Components/cart/cart.css index 78f8a1cf..21336745 100644 --- a/src/Components/cart/cart.css +++ b/src/Components/cart/cart.css @@ -85,6 +85,6 @@ body { } .light .card{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } \ No newline at end of file diff --git a/src/Components/footer_section/BlogPage/BlogPage.css b/src/Components/footer_section/BlogPage/BlogPage.css index 08d40b14..2903a67c 100644 --- a/src/Components/footer_section/BlogPage/BlogPage.css +++ b/src/Components/footer_section/BlogPage/BlogPage.css @@ -73,7 +73,7 @@ } .light .blogs div, .light .blogs h2, .light .blogs p, .light h1{ - background: #F3CFC6 ; + background: lightblue ; color: #000000 ; } diff --git a/src/Components/footer_section/ContactUs/contact_us.css b/src/Components/footer_section/ContactUs/contact_us.css index 3cc62810..b771addd 100644 --- a/src/Components/footer_section/ContactUs/contact_us.css +++ b/src/Components/footer_section/ContactUs/contact_us.css @@ -163,6 +163,6 @@ } .light .containerContact div, .light .containerContact h2, .light .containerContact p, .light .containerContact label, .light .containerContact a{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } \ No newline at end of file diff --git a/src/Components/footer_section/FAQPage/FAQPage.css b/src/Components/footer_section/FAQPage/FAQPage.css index 7d4571a0..f8501742 100644 --- a/src/Components/footer_section/FAQPage/FAQPage.css +++ b/src/Components/footer_section/FAQPage/FAQPage.css @@ -70,6 +70,6 @@ } .light .faqs div, .light .faqs h2, .light .faqs p, .light .faqs span{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } diff --git a/src/Components/footer_section/Pricing/pricing.css b/src/Components/footer_section/Pricing/pricing.css index f4044dd0..a0828a08 100644 --- a/src/Components/footer_section/Pricing/pricing.css +++ b/src/Components/footer_section/Pricing/pricing.css @@ -191,6 +191,6 @@ li { } .light .cards_price div , .light .cards_price li{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } diff --git a/src/Components/footer_section/about_us/About_us.css b/src/Components/footer_section/about_us/About_us.css index 49d2d4ed..ab8706db 100644 --- a/src/Components/footer_section/about_us/About_us.css +++ b/src/Components/footer_section/about_us/About_us.css @@ -153,6 +153,6 @@ } .light .about-us-block div, .light .about-us-block p { - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } \ No newline at end of file diff --git a/src/Components/footer_section/services/Services.css b/src/Components/footer_section/services/Services.css index f39dac14..e2d16b99 100644 --- a/src/Components/footer_section/services/Services.css +++ b/src/Components/footer_section/services/Services.css @@ -73,6 +73,6 @@ } .light .services div, .light .services h2{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 ; } \ No newline at end of file diff --git a/src/Components/menu_section/my_projects/MyProjects.css b/src/Components/menu_section/my_projects/MyProjects.css index dd2b1c60..f753a680 100644 --- a/src/Components/menu_section/my_projects/MyProjects.css +++ b/src/Components/menu_section/my_projects/MyProjects.css @@ -84,6 +84,6 @@ color: gray; } .light .project-card h2 , .light .project-card p{ - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } \ No newline at end of file diff --git a/src/index.css b/src/index.css index e4c4e03b..c08c0d86 100644 --- a/src/index.css +++ b/src/index.css @@ -86,7 +86,7 @@ code { *{ .light { - background: #F3CFC6 !important; + background: lightblue !important; color: #000000 !important; } From a8995ff0d8947d8860857e9efe4c5d15f19aede5 Mon Sep 17 00:00:00 2001 From: Ojas Arora <127867874+Ojas-Arora@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:29:29 +0530 Subject: [PATCH 2/2] done --- src/Components/TopContainer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/TopContainer.css b/src/Components/TopContainer.css index c7dccb1e..831e8ea4 100644 --- a/src/Components/TopContainer.css +++ b/src/Components/TopContainer.css @@ -61,6 +61,7 @@ display: flex; gap: 5px; align-items: center; /* Center items vertically */ +} /* Hover effect for nav item links */ .largeview .nav-item a:hover {