koro

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

commit 81e75dc3fd3eaeb0a5c13c4ed89c09a091e54340
parent 9937d55e8fb7b529c8522cc5633792644882494d
Author: mokou <mokou@posteo.de>
Date:   Sun, 28 Jun 2020 16:40:08 +0200

fix: Darken input background color

Diffstat:
Msrc/main.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.css b/src/main.css @@ -32,7 +32,7 @@ input { input.dark, .dark input, .dark .autocomplete__option { - @apply text-gray-900; + @apply text-gray-100 bg-gray-800 border-gray-600; } .btn {