ledger list and modal

This commit is contained in:
Sirttas
2026-05-17 19:53:55 +02:00
parent 8005e7a45b
commit 2332ad2216
3 changed files with 40 additions and 14 deletions
+4 -1
View File
@@ -14,9 +14,12 @@
button, a.button {
@apply py-0.5 px-2 border rounded bg-slate-600 hover:bg-slate-700;
}
input {
input, select {
@apply border bg-slate-500 rounded px-1;
}
option {
@apply bg-slate-500;
}
textarea {
@apply border rounded bg-slate-500 w-full;
}