1
0

Clicker: Funktionen erweitert

This commit is contained in:
Akamaru
2025-10-31 21:08:48 +01:00
parent 2c575dd211
commit 0e0110ba31
3 changed files with 284 additions and 54 deletions

View File

@@ -120,7 +120,7 @@ nav {
right: 0;
font-size: 1rem;
font-weight: 600;
color: var(--success);
color: var(--secondary-color);
opacity: 0;
transform: translateY(10px);
animation: scoreFloat 1s ease-out forwards;
@@ -317,7 +317,7 @@ footer a:hover {
border-radius: 8px;
margin-bottom: 10px;
animation: slideIn 0.3s ease forwards;
border-left: 4px solid var(--spotify-green);
border-left: 4px solid var(--secondary-color);
box-shadow: 0 3px 6px var(--shadow-color);
}
@@ -505,7 +505,7 @@ footer a:hover {
bottom: 20px;
left: 50%;
transform: translateX(-50%) translateY(100px);
background: var(--spotify-green);
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
color: white;
padding: 15px 25px;
border-radius: 8px;