WebApp Design modern

This commit is contained in:
hubobel 2026-06-20 17:33:37 +02:00
parent 4c9a9eb91f
commit 16c97890e3
4 changed files with 169 additions and 8 deletions

View file

@ -183,4 +183,14 @@ text-decoration: underline;
.tag a:hover {
color: #202020;
}
.transaction-table {
width: 100%;
border-collapse: collapse;
}
.transaction-table td {
padding: 6px;
border-bottom: 1px solid #eee;
}