From 2166abc7940be961289251c1f0dc66a555a04bc7 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Mon, 4 Jul 2016 15:37:18 +0000 Subject: [PATCH] Done #527 @0:05 --- less/102-footer.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/less/102-footer.less b/less/102-footer.less index 6ee191b..9b1dec4 100644 --- a/less/102-footer.less +++ b/less/102-footer.less @@ -8,6 +8,11 @@ footer { a { color: #fff; text-decoration: none; + transition: color 0.2s; + + &:hover { + color: @color-green; + } } } -- 2.39.5