add today's events page

This commit is contained in:
Fabrice Lamant
2024-07-26 10:48:44 +02:00
parent bace7b62cc
commit beae3d0507
11 changed files with 24336 additions and 42 deletions

27
src/index/template.css Normal file
View File

@ -0,0 +1,27 @@
@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;
}