added menu symbol for accounting

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-14 22:54:39 +02:00
parent b5e18fd5ca
commit d058fd2e57
@@ -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,