commit | 1fbe0b5f4598a1957da6eef351adebacd7850e94 | [log] [tgz] |
---|---|---|
author | Henri Koivuneva <henri.koivuneva@gmail.com> | Sat Aug 12 15:35:09 2017 +0300 |
committer | Henri Koivuneva <henri.koivuneva@gmail.com> | Sat Aug 12 15:35:09 2017 +0300 |
tree | aa994e53164a29739620a8f980fca726ba7aaf0c | |
parent | 95e3571e1feb18fc76ef23934d63b45932bbaeeb [diff] |
CSS: Fix commit 0f9881 Add the actual transition :D
diff --git a/css/style.css b/css/style.css index f88b1fe..f29519c 100644 --- a/css/style.css +++ b/css/style.css
@@ -60,6 +60,8 @@ color: #ffffff; } a, .btn { + -webkit-transition: color 1s ease 0s, border-color 1s ease 0s, background-color 1s ease 0s; + transition: color 1s ease 0s, border-color 1s ease 0s, background-color 1s ease 0s; } a:hover, a:focus, a:active {text-decoration: none;}