add :focus for accessibility

This commit is contained in:
Brittany Chiang
2017-02-09 22:43:56 -05:00
parent 9750776529
commit ef95ae957f
11 changed files with 16 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
letter-spacing: 1px;
overflow: hidden;
transition: background-color 0.5s linear;
&:hover {
&:hover, &:focus {
background: $blue;
transition: all 0.3s ease;
.resume-text {