From aee97527518754281e7740029186e5ee70d355c9 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sat, 11 Jul 2020 18:17:18 +0200 Subject: [PATCH] add colour transition to links on hover --- style.css | 4 ++++ 1 file changed, 4 insertions(+) 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,