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;
padding: 0;
margin: 0;
width: 35px;
height: 35px;
color: #544044;
width: 32px;
height: 32px;
color: rgba(79, 138, 95, 1);
border-radius: 10%;
transition: all 0.3s ease;
}
.backup-button:hover {
background-color: rgba(84, 64, 68, 0.5);
background-color: rgba(79, 138, 95, 0.05);
}