1
0
This commit is contained in:
matt 2025-02-01 17:13:56 +01:00
parent 8a797c5381
commit eedec0ab8b

View File

@ -225,7 +225,7 @@
/* Stil für den Button mit eindeutiger Klasse */
.unique-button {
transform: scale(4);
background: linear-gradient(to bottom, #0000FF, #0000CD); /* Blauverlauf */
background: linear-gradient(to bottom, #606060, #505050); /* Grau Hintergrund */
border-radius: 12px;
padding: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
@ -243,7 +243,7 @@
/* Stil für den inneren Button-Text */
.unique-button .button-inner {
background: linear-gradient(to bottom, #606060, #505050); /* Grau Hintergrund für den inneren Bereich */
background: linear-gradient(to bottom, #0000FF, #0000CD); /* Blau Hintergrund für den inneren Bereich */
border-radius: 8px;
padding: 10px 20px;
}