From 82d04cc403c3bc7756601e1e1f7eeefa574466c7 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Thu, 12 Mar 2015 23:45:13 +0100 Subject: Adding a color transition on anchor hover --- style.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 5f14e85..d310314 100644 --- a/style.css +++ b/style.css @@ -14,14 +14,6 @@ body { font-family: pacifico; } -.header > a { - color: #222222; -} - -.header > a:hover { - color: #222222; -} - #content { margin-top: 120px; background-color: white; @@ -105,6 +97,7 @@ ol > li:before { } a { + transition: color 0.2s ease; text-decoration: none; color: darkblue; } -- cgit v1.2.3