feat: Update css file

This commit is contained in:
Илья Куприец 2025-05-27 03:43:46 +03:00
parent 9bf294e124
commit ede6681c28

View File

@ -14,12 +14,12 @@
cursor: pointer; cursor: pointer;
padding: 0; padding: 0;
margin: 0; margin: 0;
width: 35px; width: 32px;
height: 35px; height: 32px;
color: #544044; color: rgba(79, 138, 95, 1);
border-radius: 10%; border-radius: 10%;
transition: all 0.3s ease; transition: all 0.3s ease;
} }
.backup-button:hover { .backup-button:hover {
background-color: rgba(84, 64, 68, 0.5); background-color: rgba(79, 138, 95, 0.05);
} }