mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-08-01 02:29:05 +00:00
Merge pull request #65 from xavierbellhaddon/fix/59
⚒️ Add $primary-color as focus indicator
This commit is contained in:
@@ -114,6 +114,10 @@ a {
|
||||
&:hover {
|
||||
border-bottom: red solid 0.1rem;
|
||||
}
|
||||
&:focus {
|
||||
outline: 3px solid $primary-color;
|
||||
outline-offset: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
|
Reference in New Issue
Block a user