radames's picture
first
47cfe3f
raw history blame
No virus
311 Bytes
@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;
}