Skip to content

Commit a234919

Browse files
Enhance participant information styling and ensure color consistency
1 parent 0917dc4 commit a234919

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

src/static/styles.css

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ section h3 {
7878
margin-top: 10px;
7979
padding-left: 20px;
8080
list-style-type: disc;
81-
color: #555;
81+
color: #555 !important;
8282
}
8383

8484
.activity-card ul li {
@@ -154,3 +154,34 @@ footer {
154154
padding: 20px;
155155
color: #666;
156156
}
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+
}

0 commit comments

Comments
 (0)