Skip to content

Commit

Permalink
[*]: edit the headline transition to "color" only
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Nov 8, 2014
1 parent e0e130a commit f5bba63
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions web/css-min/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/css-min/app.css.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions web/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/css/app.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ h1, h2, h3, h4 {

a {
color: darken($color_persimmon_approx, 5%);
transition: all 0.5s ease-in-out;
transition: color 0.5s ease-in-out;

&:hover {
color: darken($color_persimmon_approx, 10%);
color: darken($color_persimmon_approx, 15%);
}
}

Expand Down

0 comments on commit f5bba63

Please sign in to comment.