1
0
This commit is contained in:
matt 2025-02-01 17:12:27 +01:00
parent fe705ee6f8
commit 8a797c5381

View File

@ -224,7 +224,7 @@
<style>
/* Stil für den Button mit eindeutiger Klasse */
.unique-button {
transform: scale(1);
transform: scale(4);
background: linear-gradient(to bottom, #0000FF, #0000CD); /* Blauverlauf */
border-radius: 12px;
padding: 4px;
@ -243,7 +243,7 @@
/* Stil für den inneren Button-Text */
.unique-button .button-inner {
background: linear-gradient(to bottom, #606060, #505050); /* Original Hintergrund des inneren Bereichs */
background: linear-gradient(to bottom, #606060, #505050); /* Grau Hintergrund für den inneren Bereich */
border-radius: 8px;
padding: 10px 20px;
}