Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
april19833 authored Jul 4, 2024
1 parent 67d4065 commit cd2d41e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ footer {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Тень кнопки */
background-image: linear-gradient(45deg, #ffd700, #ffaf00); /* Градиентный фон */
transition: background-image 0.3s ease; /* Плавное изменение фона */

/* При наведении изменяем градиент на более яркий */
&:hover {
background-image: linear-gradient(45deg, #ffaf00, #ffd700);
}
}

/* Эффект подсветки при наведении */
#donate-button:hover {
background-image: linear-gradient(45deg, #ffaf00, #ffd700);
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
/* Дополнительные стили */
#tasks ul {
padding: 0;
Expand Down

0 comments on commit cd2d41e

Please sign in to comment.