Spaces:
Sleeping
Sleeping
@tailwind base; | |
@tailwind components; | |
@tailwind utilities; | |
:root { | |
--cols: 19; | |
} | |
.correct, | |
.present, | |
.absent { | |
color: #fff ; | |
} | |
.correct { | |
background-color: #6aaa64 ; | |
} | |
.present { | |
background-color: #c9b458 ; | |
} | |
.absent { | |
background-color: #787c7e ; | |
} | |