You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
261 B

/* Additional custom styles can go here */
.place-1st {
color: gold;
font-weight: bold;
}
.place-2nd {
color: silver;
font-weight: bold;
}
.place-3rd {
color: #cd7f32; /* bronze */
font-weight: bold;
}
.place-4th {
color: #666;
}