Skip to content

Commit

Permalink
refactor(styles): Put hover in a
Browse files Browse the repository at this point in the history
  • Loading branch information
fxleblanc committed Mar 7, 2016
1 parent e719775 commit 25aeddc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions webroot/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ a {
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;
&:hover {
text-decoration: none;
}
}

button {
Expand All @@ -32,13 +35,6 @@ button {
transition: all 0.5s ease;
}

a {

&:hover {
text-decoration: none;
}
}

h1, h2, h3, h4, h5, h6 {
color: #505458;
}
Expand Down

0 comments on commit 25aeddc

Please sign in to comment.