From 68687897f325c65884cfaa0315f54d5770030019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 5 Mar 2023 17:32:33 +0800 Subject: [PATCH] Changed the icons for the reports and accounts to be more accessible. --- src/accounting/templates/accounting/include/nav.html | 2 +- src/accounting/templates/accounting/report/ledger.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/accounting/templates/accounting/include/nav.html b/src/accounting/templates/accounting/include/nav.html index 764e720..75de574 100644 --- a/src/accounting/templates/accounting/include/nav.html +++ b/src/accounting/templates/accounting/include/nav.html @@ -35,7 +35,7 @@ First written: 2023/1/26
  • - + {{ A_("Accounts") }}
  • diff --git a/src/accounting/templates/accounting/report/ledger.html b/src/accounting/templates/accounting/report/ledger.html index 57a9bbe..661509a 100644 --- a/src/accounting/templates/accounting/report/ledger.html +++ b/src/accounting/templates/accounting/report/ledger.html @@ -77,7 +77,7 @@ First written: 2023/3/5