Clicker: Funktionen erweitert
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user