mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-07 23:29:56 +00:00
add today's events page
This commit is contained in:
27
src/index/template.css
Normal file
27
src/index/template.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user