From: xenophenes Date: Mon, 18 Dec 2017 00:25:04 +0000 (-0800) Subject: update link hover colors X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1a65f7dc6add467ecb3547b3c2f5a54ec8515257;p=pgopen2018.git update link hover colors --- 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; }