fix(nav): Hamburger-Menü in Kochwas-Grün statt Schwarz
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 1m19s

Der Menü-Button ist ein <button>, nicht <a>, und hat deshalb nicht
vom globalen Link-Color geerbt. Farbe jetzt explizit auf #2b6a3d
gesetzt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-17 22:14:21 +02:00
parent c27c2dbc62
commit dbc9646caa

View File

@@ -452,7 +452,7 @@
background: transparent;
border: 0;
cursor: pointer;
color: inherit;
color: #2b6a3d;
}
.menu {
position: absolute;