Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle Theme Color #720

Merged
merged 3 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Components/Careers/careers.css
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,6 @@ flex-wrap: wrap;
}

.light .body div{
background: #F3CFC6 !important;
background: lightblue !important;
color: #000000 !important;
}
2 changes: 1 addition & 1 deletion src/Components/Delicious/Delicious.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ body {
}

.light .delicious-page header p{
background: #F3CFC6 !important;
background: lightblue !important;
color: #000000 !important;
}

2 changes: 1 addition & 1 deletion src/Components/MainContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
}

.light .card, .light .filters, .light .cards {
background: #F3CFC6 !important;
background: lightblue !important;
/*color: #000000 !important;*/
}

Expand Down
4 changes: 2 additions & 2 deletions src/Components/MainRightTopCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

4 changes: 2 additions & 2 deletions src/Components/Menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
2 changes: 1 addition & 1 deletion src/Components/RateUs.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@
}

.light .rate-us-container ,.light .rate-us-container h2{
background: #F3CFC6 ;
background: lightblue ;
color: #000000 ;
}
2 changes: 1 addition & 1 deletion src/Components/Settings/Settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
3 changes: 2 additions & 1 deletion src/Components/TopContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -326,6 +327,6 @@
}

.light .notification-container div {
background: #F3CFC6;
background: lightblue ;
color: #000000 !important;
}
2 changes: 1 addition & 1 deletion src/Components/Trending/Trending.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ body {
}

.light header p{
background: #F3CFC6 !important;
background: lightblue !important;
color: #000000 !important;
}
2 changes: 1 addition & 1 deletion src/Components/cart/cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ body {
}

.light .card{
background: #F3CFC6 !important;
background: lightblue !important;
color: #000000 !important;
}
2 changes: 1 addition & 1 deletion src/Components/footer_section/BlogPage/BlogPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

.light .blogs div, .light .blogs h2, .light .blogs p, .light h1{
background: #F3CFC6 ;
background: lightblue ;
color: #000000 ;
}

Expand Down
2 changes: 1 addition & 1 deletion src/Components/footer_section/ContactUs/contact_us.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
2 changes: 1 addition & 1 deletion src/Components/footer_section/FAQPage/FAQPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
2 changes: 1 addition & 1 deletion src/Components/footer_section/Pricing/pricing.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ li {
}

.light .cards_price div , .light .cards_price li{
background: #F3CFC6 !important;
background: lightblue !important;
color: #000000 !important;
}
2 changes: 1 addition & 1 deletion src/Components/footer_section/about_us/About_us.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@
}

.light .about-us-block div, .light .about-us-block p {
background: #F3CFC6 !important;
background: lightblue !important;
color: #000000 !important;
}
2 changes: 1 addition & 1 deletion src/Components/footer_section/services/Services.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
}

.light .services div, .light .services h2{
background: #F3CFC6 !important;
background: lightblue !important;
color: #000000 ;
}
2 changes: 1 addition & 1 deletion src/Components/menu_section/my_projects/MyProjects.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ color: gray;
}

.light .project-card h2 , .light .project-card p{
background: #F3CFC6 !important;
background: lightblue !important;
color: #000000 !important;
}
.home-icon{
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ code {

*{
.light {
background: #F3CFC6 !important;
background: lightblue !important;
color: #000000 !important;
}

Expand Down