commit | 7f26602b2e4aaaab16fde17a250539a76c62e68e | [log] [tgz] |
---|---|---|
author | Henri Koivuneva <henri.koivuneva@gmail.com> | Sat Aug 12 15:25:19 2017 +0300 |
committer | Henri Koivuneva <henri.koivuneva@gmail.com> | Sat Aug 12 15:25:19 2017 +0300 |
tree | 2aec5a12f34a48e5af0b910ab649628f26c7e854 | |
parent | 4d964cbce213b80d007a4d05d85fbc22dfcf757a [diff] |
CSS: Remove link underline (bootstrap default) This way the "Find Us Online" section links won't have a white "dash" added to their end when hovering etc.
diff --git a/css/style.css b/css/style.css index 6fdb3a3..4136074 100644 --- a/css/style.css +++ b/css/style.css
@@ -59,6 +59,8 @@ font-family: "Comfortaa", sans-serif; color: #ffffff; } +a:hover, a:focus, a:active {text-decoration: none;} + body > .container-fluid { padding: 60px 15px 0; }