From 1a65f7dc6add467ecb3547b3c2f5a54ec8515257 Mon Sep 17 00:00:00 2001 From: xenophenes Date: Sun, 17 Dec 2017 16:25:04 -0800 Subject: [PATCH] update link hover colors --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index da8da4a..0d15960 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -34,10 +34,14 @@ font-weight: bold; color: #9e788f; text-decoration: none; + transition: all 0.4s ease; + -moz-transition: all 0.4s ease; /* Firefox 4 */ + -webkit-transition: all 0.4s ease; /* Safari and Chrome */ + -o-transition: all 0.4s ease; /* Opera */ } a:hover { - color: #F21B3F; + color: #D95A4B; text-decoration: underline; } -- 2.39.5