diff --git a/style.css b/style.css index d677a88..564a56e 100644 --- a/style.css +++ b/style.css @@ -131,6 +131,10 @@ a { color: hsl(196deg, 100%, 85%); font-weight: bolder; text-decoration: none; + transition: color 0.2s ease-in-out; +} +a:hover { + color: hsl(50deg, 100%, 82%); } .cake::before, .cake::after,