feat: Update css file
This commit is contained in:
parent
9bf294e124
commit
ede6681c28
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user