Revised the separation lines in the table headers and footers of the ledger tables.

This commit is contained in:
依瑪貓 2023-03-06 07:00:53 +08:00
parent f762bcf48f
commit 898a1af7b5

View File

@ -111,7 +111,7 @@
/* The accounting report */ /* The accounting report */
.accounting-ledger-table thead { .accounting-ledger-table thead {
border-bottom: 1px double black; border-bottom: thick double slategray;
} }
.accounting-amount { .accounting-amount {
text-align: right; text-align: right;
@ -123,7 +123,7 @@ td.accounting-amount {
padding-left: 1rem; padding-left: 1rem;
} }
.accounting-ledger-table tfoot { .accounting-ledger-table tfoot {
border-top: 1px double black; border-top: thick double slategray;
font-weight: bolder; font-weight: bolder;
font-style: italic; font-style: italic;
} }