Skip to content

Commit a9ca414

Browse files
authored
Merge pull request #40 from NepTechTribe/shreesha
Upcoming Event Section Updated
2 parents 6fcfa54 + c74542d commit a9ca414

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

src/Components/landingpage/announcement.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function Announcement() {
8585

8686
return (
8787
<>
88+
<div style={{backgroundColor:'black'}}>
8889
<Container className="Announcement">
8990
<Title title={"ANNOUNCEMENTS"} head={"Our Upcoming Events"} />
9091
<Row>
@@ -111,6 +112,7 @@ function Announcement() {
111112
</div>
112113
</Row>
113114
</Container>
115+
</div>
114116
</>
115117
);
116118
}

src/Styles/App.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@
102102
.eventbutton {
103103
padding: 0.5rem 0.5rem;
104104
background-color: transparent;
105-
color: black;
105+
color: white;
106106
font-weight: 400;
107107
height: 3rem;
108108
}
109109
.eventbutton:hover {
110-
border: 1px solid #000080;
110+
border: 1px solid white;
111111
}
112112

113113
.Head, .Breadcrum-col11 h1 {
@@ -249,6 +249,13 @@
249249
.Announcement-individual__title {
250250
text-transform: capitalize;
251251
font-size: 1rem;
252+
color: white;
253+
}
254+
.Announcement-individual__date {
255+
color: gray;
256+
}
257+
.Announcement-individual__venue {
258+
color: gray;
252259
}
253260
.Announcement-row2 {
254261
display: flex;

src/Styles/App.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Styles/LandingPage/_Announcement.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
@extend .About-MissionVision__head;
1111
text-transform: capitalize;
1212
font-size: 1rem;
13+
color: white;
1314
}
1415
&__date{
1516
@extend .About-values__title;
17+
color: gray;
1618
}
1719
&__venue{
1820
@extend .About-MissionVision__description;
21+
color: gray;
1922
}
2023
}
2124
&-row2{

src/Styles/LandingPage/_Button.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
@extend .herobutton;
2525
padding: 0.5rem 0.5rem;
2626
background-color: transparent;
27-
color: black;
27+
color: white;
2828
font-weight: 400;
2929
height: 3rem;
3030
&:hover{
31-
border: 1px solid #000080 ;
31+
border: 1px solid white;
3232
}
3333
}

0 commit comments

Comments
 (0)