Skip to content
Snippets Groups Projects
Commit e3bd6472 authored by Chris Lawton's avatar Chris Lawton
Browse files

removing anchor tag transition until it's been confirmed

parent 5ce233de
No related branches found
No related tags found
No related merge requests found
...@@ -47,10 +47,8 @@ button, input, select, textarea { ...@@ -47,10 +47,8 @@ button, input, select, textarea {
a { a {
color: $color--primary; color: $color--primary;
text-decoration: none; text-decoration: none;
transition: color $transition;
&:hover { &:hover {
color: darken($color--primary, 20%);
cursor: pointer; cursor: pointer;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment