Update transitions

This commit is contained in:
Preston 2024-10-01 10:40:14 -07:00 committed by GitHub
parent abfcb3c990
commit d5c9f70f58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,6 @@ button {
.darkButton{
background-color: #00e1ff;
transition: transform 0.5s ease;
}
.source-btn {
@ -96,7 +95,6 @@ button {
text-decoration: none;
display: inline-block;
max-width: 200px;
transition: transform 0.5s ease;
}
.dsc-btn {
@ -111,7 +109,6 @@ button {
text-decoration: none;
display: inline-block;
max-width: 200px;
transition: transform 0.5s ease;
}
.clr-btn {
@ -126,7 +123,6 @@ button {
text-decoration: none;
display: inline-block;
max-width: 200px;
transition: transform 0.5s ease;
}
button:hover {
@ -136,10 +132,12 @@ button:hover {
.source-btn:hover {
background-color: #000000;
transform: scale(1.1);
}
.dsc-btn:hover {
background-color: #5b209a;
transform: scale(1.1);
}
.dropdown-content {