diff --git a/css/styles.css b/css/styles.css index f694fbc..6585d57 100644 --- a/css/styles.css +++ b/css/styles.css @@ -63,11 +63,6 @@ button, .source-btn, .dsc-btn, .clr-btn { display: inline-block; transition: background-color 0.3s ease, transform 0.3s ease; } - -button:hover { - background-color: #45a049; - transform: scale(1.05); -} .clr-btn:hover { background-color: #ff3c00; transform: scale(1.05);