mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-31 10:28:57 +00:00
28 lines
236 B
CSS
28 lines
236 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;
|
|
}
|