diff --git a/style.css b/style.css index e0d9da6..be9675c 100644 --- a/style.css +++ b/style.css @@ -393,6 +393,13 @@ nav .nav_buttons{ font-size: 25px; cursor: pointer; border-radius: 15px; + transition: background-color 0.5s ease, transform 0.5s ease-in-out, color 0.5s ease-in-out; +} + +.get_involved .Option:hover { + background-color: rgba(149, 165, 166, 0.1); + transform: scale(1.02); + color : #333; } .get_involved #_1{