Skip to content

Commit

Permalink
No highlight animations for a elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjlee committed Jul 21, 2015
1 parent 978e658 commit 2215df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_base.scss
Expand Up @@ -211,6 +211,6 @@ pre {
// Global Transition
// ---------------------------------------------------

b, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a, .highlight {
b, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, .highlight {
@include transition(all .2s ease);
}

0 comments on commit 2215df8

Please sign in to comment.