commit | 0f9881935534d02acb81e96bb4ba55c4f6117750 | [log] [tgz] |
---|---|---|
author | Henri Koivuneva <henri.koivuneva@gmail.com> | Sat Aug 12 15:28:05 2017 +0300 |
committer | Henri Koivuneva <henri.koivuneva@gmail.com> | Sat Aug 12 15:28:05 2017 +0300 |
tree | ff28d1d33c8d2d4d16ac00a13bfc9f6b94e16d84 | |
parent | 7f26602b2e4aaaab16fde17a250539a76c62e68e [diff] |
CSS: Add transitions for all links and buttons Stay consistent across the site
diff --git a/css/style.css b/css/style.css index 4136074..f88b1fe 100644 --- a/css/style.css +++ b/css/style.css
@@ -59,6 +59,9 @@ font-family: "Comfortaa", sans-serif; color: #ffffff; } +a, .btn { +} + a:hover, a:focus, a:active {text-decoration: none;} body > .container-fluid {