Files
olympics-calendar/src/index/template.css
2024-07-26 10:48:44 +02:00

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;
}