Version 1.4.17: Taschenrechner Button mit British Racing Green Hintergrundfarbe

This commit is contained in:
2025-08-10 13:50:36 +02:00
parent 1967cef7fc
commit 510f039a2b

View File

@@ -104,7 +104,7 @@ body {
/* Calculator Styles */ /* Calculator Styles */
.calculator-btn { .calculator-btn {
background: var(--primary); background: #0B6623; /* British Racing Green */
color: white; color: white;
border: none; border: none;
border-radius: 8px; border-radius: 8px;
@@ -121,7 +121,7 @@ body {
} }
.calculator-btn:hover { .calculator-btn:hover {
background: var(--primary-dark); background: #0A5A1E; /* Dunkleres British Racing Green für Hover */
} }
.calculator-btn:focus { .calculator-btn:focus {