Skip to content

Commit

Permalink
About page color updated
Browse files Browse the repository at this point in the history
  • Loading branch information
harith-hacky03 committed Jan 10, 2024
1 parent a14bdef commit bab6aed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/components/private/about/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ const About = () => {

<div className="about__content">
<div className="about__desc">
<p >
<p className="light">
Hack4Bengal empowers all fields to showcase creativity in solving
real-life problems for a brighter future.
</p>
<p>
<p >
Join us for the reinvigorated Hack4Bengal! From three enthusiasts
in 2021 to a thriving community of over 3000 developers, our
mission is to empower tech talents. This time, we're taking it
Expand Down
19 changes: 10 additions & 9 deletions src/components/private/about/About.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
}
}



.light{
color: rgba(240, 0, 0);
}


.about__content {
Expand All @@ -65,13 +70,11 @@

p {
font-size: 1rem;

&:nth-of-type(1) {
color:#FF6161;
margin-bottom: 1rem;
}
}

.light{
color: #FF6161;
}

}

Expand All @@ -80,10 +83,8 @@
font-weight: 500;
font-family: var(--body-font);

&:nth-of-type(1) {
color: rgba(240, 0, 0);
margin-bottom: 1rem;
}


}

h2 {
Expand Down

0 comments on commit bab6aed

Please sign in to comment.