diff --git a/css/index.css b/css/index.css index d463484..82ab6ed 100644 --- a/css/index.css +++ b/css/index.css @@ -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 {