From 0172a91042daf3509069d2d6ba44324ed7b48b29 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Fri, 16 Oct 2015 14:08:40 +0100 Subject: [PATCH] Added transition to hover state --- index.html | 1 + src/header.html | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 3f346ea70..8686e19c2 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,7 @@ line-height: 1rem; padding: 0; text-transform: uppercase; + transition: all 0.05s ease-out; width: 100%; } .tiles li:hover { diff --git a/src/header.html b/src/header.html index fc0866bf4..6048215ca 100644 --- a/src/header.html +++ b/src/header.html @@ -84,6 +84,7 @@ line-height: 1rem; padding: 0; text-transform: uppercase; + transition: all 0.05s ease-out; width: 100%; } .tiles li:hover {