🌱 🏗️ ⬆️ add expense table 🎨 🔧

This commit is contained in:
2025-05-15 17:45:22 +02:00
parent d17fded423
commit be5225c85d
100 changed files with 6250 additions and 8757 deletions

View File

@@ -1,3 +1,16 @@
h3 {
h3.incomes {
background-color: green;
}
h3.expense {
background-color: red;
}
.table-overflow {
max-height: 500px;
overflow-y: scroll;
}
.separator {
margin: 1rem;
}/*# sourceMappingURL=index.css.map */