Set color as focus indicator

This commit is contained in:
xavierbellhaddon 2020-02-09 19:24:35 -08:00
parent b45dfc68f9
commit 458bc4e5c1

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 {