8,960
edits
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
font-size: 15px; | font-size: 15px; | ||
color: red; /* Задает красный цвет иконок */ | color: red; /* Задает красный цвет иконок */ | ||
background: transparent; | |||
transition: color 0.3s ease, text-shadow 0.3s ease; /* Добавляет плавный переход для цвета и тени */ | transition: color 0.3s ease, text-shadow 0.3s ease; /* Добавляет плавный переход для цвета и тени */ | ||
} | } | ||