Files
eww-icons/eww.scss
T
Sebastian Serfling 554fc9879d First Upload
2025-09-23 14:52:55 +02:00

12 lines
188 B
SCSS

.icon-btn {
background: transparent;
border: none;
padding: 10px;
transition: all 0.2s ease;
}
.icon-btn:hover {
background: rgba(255, 255, 255, 0.15);
border-radius: 20px;
}