Merge pull request #65 from xavierbellhaddon/fix/59

⚒️ Add $primary-color as focus indicator
This commit is contained in:
Tatiana Mac 2020-02-11 21:14:38 -08:00 committed by GitHub
commit 4dfb6c1be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,10 @@ a {
&:hover { &:hover {
border-bottom: red solid 0.1rem; border-bottom: red solid 0.1rem;
} }
&:focus {
outline: 3px solid $primary-color;
outline-offset: 5px;
}
} }
.subtitle { .subtitle {