ledger list and modal

This commit is contained in:
Sirttas
2026-05-17 19:19:01 +02:00
parent f9ae0d142a
commit 8005e7a45b
19 changed files with 843 additions and 95 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
@custom-variant search-cancel (&::-webkit-search-cancel-button);
@layer base {
span, table, input, th, tr, td, button, div, hr {
span, table, input, th, tr, td, button, a.button, div, hr {
@apply border-slate-600 text-slate-100 placeholder-slate-400;
}
@@ -11,7 +11,7 @@
@apply bg-slate-800;
}
button {
button, a.button {
@apply py-0.5 px-2 border rounded bg-slate-600 hover:bg-slate-700;
}
input {