added menu symbol for accounting
Build Docker Image / Docker-Build (push) Successful in 1m59s
Build Docker Image / Clean-Registry (push) Successful in -17s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-14 22:54:03 +02:00
parent f40692dd3d
commit 7afc804586
@@ -77,6 +77,10 @@ nav a::before{
font-weight: normal; font-weight: normal;
} }
nav a.accounting::before {
content: " ";
}
nav a.user::before { nav a.user::before {
content: " "; content: " ";
} }
@@ -137,6 +141,7 @@ nav a.wiki::before{
content: " "; content: " ";
} }
nav a.accounting,
nav a.company, nav a.company,
nav a.contact, nav a.contact,
nav a.doc, nav a.doc,