File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ function Announcement() {
85
85
86
86
return (
87
87
< >
88
+ < div style = { { backgroundColor :'black' } } >
88
89
< Container className = "Announcement" >
89
90
< Title title = { "ANNOUNCEMENTS" } head = { "Our Upcoming Events" } />
90
91
< Row >
@@ -111,6 +112,7 @@ function Announcement() {
111
112
</ div >
112
113
</ Row >
113
114
</ Container >
115
+ </ div >
114
116
</ >
115
117
) ;
116
118
}
Original file line number Diff line number Diff line change 102
102
.eventbutton {
103
103
padding : 0.5rem 0.5rem ;
104
104
background-color : transparent;
105
- color : black ;
105
+ color : white ;
106
106
font-weight : 400 ;
107
107
height : 3rem ;
108
108
}
109
109
.eventbutton : hover {
110
- border : 1px solid # 000080 ;
110
+ border : 1px solid white ;
111
111
}
112
112
113
113
.Head , .Breadcrum-col11 h1 {
249
249
.Announcement-individual__title {
250
250
text-transform : capitalize;
251
251
font-size : 1rem ;
252
+ color : white;
253
+ }
254
+ .Announcement-individual__date {
255
+ color : gray;
256
+ }
257
+ .Announcement-individual__venue {
258
+ color : gray;
252
259
}
253
260
.Announcement-row2 {
254
261
display : flex;
Original file line number Diff line number Diff line change 10
10
@extend .About-MissionVision__head ;
11
11
text-transform : capitalize ;
12
12
font-size : 1rem ;
13
+ color : white ;
13
14
}
14
15
& __date {
15
16
@extend .About-values__title ;
17
+ color : gray ;
16
18
}
17
19
& __venue {
18
20
@extend .About-MissionVision__description ;
21
+ color : gray ;
19
22
}
20
23
}
21
24
& -row2 {
Original file line number Diff line number Diff line change 24
24
@extend .herobutton ;
25
25
padding : 0.5rem 0.5rem ;
26
26
background-color : transparent ;
27
- color : black ;
27
+ color : white ;
28
28
font-weight : 400 ;
29
29
height : 3rem ;
30
30
& :hover {
31
- border : 1px solid #000080 ;
31
+ border : 1px solid white ;
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments