Fix Finally

This commit is contained in:
Lucas Kent 2022-11-16 13:31:21 -05:00 committed by GitHub
parent aee209b6c1
commit 14043eef1c

View File

@ -38,11 +38,3 @@ scrollbar-width: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
.button2:hover {background-color: #3e8e41}
.button2:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}