Files
olympics-calendar/src/index/template.css
Fabrice Lamant b6bf9ad1c1 add medals table
2024-08-04 12:03:19 +02:00

40 lines
327 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
font-size: 12px;
}
.blue {
color: #0081C8;
}
.yellow {
color: #FCB131;
}
.black {
color: #000000;
}
.green {
color: #00A651;
}
.red {
color: #EE334E;
}
.gold {
color: #FFD700;
}
.silver {
color: #C0C0C0;
}
.bronze {
color: #CD7F32;
}