File tree 1 file changed +32
-1
lines changed
1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ section h3 {
78
78
margin-top : 10px ;
79
79
padding-left : 20px ;
80
80
list-style-type : disc;
81
- color : # 555 ;
81
+ color : # 555 !important ;
82
82
}
83
83
84
84
.activity-card ul li {
@@ -154,3 +154,34 @@ footer {
154
154
padding : 20px ;
155
155
color : # 666 ;
156
156
}
157
+
158
+ .participant-info {
159
+ margin-top : 20px ;
160
+ padding : 15px ;
161
+ border : 1px solid # ddd ;
162
+ border-radius : 5px ;
163
+ background-color : # f9f9f9 ;
164
+ }
165
+
166
+ .participant-info h4 {
167
+ margin-bottom : 10px ;
168
+ color : # 1a237e ;
169
+ }
170
+
171
+ .participant-info p {
172
+ margin-bottom : 8px ;
173
+ font-size : 14px ;
174
+ color : # 555 ;
175
+ }
176
+
177
+ .participant-info ul {
178
+ margin-top : 10px ;
179
+ padding-left : 20px ;
180
+ list-style-type : disc;
181
+ color : # 555 ;
182
+ }
183
+
184
+ .participant-info ul li {
185
+ margin-bottom : 5px ;
186
+ font-size : 14px ;
187
+ }
You can’t perform that action at this time.
0 commit comments