🎨 Enhance :focus style for a11y

* Adding link changes with text-decoration and background

* Update assets/css/base/_a.scss

Co-Authored-By: EJ Mason <eliasjmason@gmail.com>

* Add SCSS variable

Co-authored-by: Conlin Durbin <conlin@lessonly.com>
Co-authored-by: EJ Mason <eliasjmason@gmail.com>
Co-authored-by: Tatiana Mac <github@tatianamac.com>
This commit is contained in:
Conlin Durbin
2020-05-01 22:06:27 -04:00
committed by GitHub
parent 40fd302d4c
commit beb2f5db69
4 changed files with 15 additions and 5 deletions

View File

@ -64,5 +64,10 @@
a {
color: white;
&:focus {
background-color: $lt-background-color;
color: $black;
}
}
}