koro

an event time scheduler
git clone https://tilde.team/~marisa/repo/koro.git
Log | Files | Refs | README | LICENSE

commit 013bef644b9a581280611d8b042d2dd7bc2792ab
parent e0ce23b5b7dc8754ea3ba12a3e94f7cf0288d688
Author: mokou <mokou@posteo.de>
Date:   Fri, 26 Jun 2020 19:07:35 +0200

chore: Update class name whitelist

Diffstat:
Mtailwind.config.js | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tailwind.config.js b/tailwind.config.js @@ -14,7 +14,12 @@ module.exports = { 'bg-purple-600', 'text-white', 'text-gray-600', - 'time-unselectable' + 'time-unselectable', + 'text-purple-600', + 'dark', + 'text-gray-800', + 'border-gray-700', + 'border-gray-400' ] } },