Spaces:
Sleeping
Sleeping
File size: 311 Bytes
1bc8781 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--cols: 19;
}
.correct,
.present,
.absent {
color: #fff !important;
}
.correct {
background-color: #6aaa64 !important;
}
.present {
background-color: #c9b458 !important;
}
.absent {
background-color: #787c7e !important;
}
|