Skip to content

Commit 3172361

Browse files
authored
πŸ€ Update joinUS background (#929)
Updated the background color of join us section in light mode and dark mode
1 parent 3908345 commit 3172361

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

β€Žfrontend/src/pages/Home/components/JoinUs/join-us.module.scss

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
align-items: center;
77
justify-content: center;
88
}
9-
9+
//Updated the background color of join us section in light mode
1010
.join-us-light {
11-
background-image: linear-gradient(141deg, #ff551f, #fabf67 60%, #ff8f6c);
11+
background: rgb(238,174,202);
12+
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,170,233,1) 99%);
1213
}
1314

14-
// for dark theme
15+
// Updated the background color of join us section in Dark mode
1516
.join-us-dark {
16-
background-color: #000000;
17-
background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);
17+
18+
background: linear-gradient(45deg, #4e4376, #2b5876 90%);
1819
}
1920

2021
.join-us h1 {

0 commit comments

Comments
Β (0)