From 510f039a2b1a1b84fc8804c3de499dbee2e37276 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 10 Aug 2025 13:50:36 +0200 Subject: [PATCH] Version 1.4.17: Taschenrechner Button mit British Racing Green Hintergrundfarbe --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index ba7d170..12b4a33 100644 --- a/templates/index.html +++ b/templates/index.html @@ -104,7 +104,7 @@ body { /* Calculator Styles */ .calculator-btn { - background: var(--primary); + background: #0B6623; /* British Racing Green */ color: white; border: none; border-radius: 8px; @@ -121,7 +121,7 @@ body { } .calculator-btn:hover { - background: var(--primary-dark); + background: #0A5A1E; /* Dunkleres British Racing Green für Hover */ } .calculator-btn:focus {