style: add hover styles to focus

This commit is contained in:
Ben Goldsworthy 2025-05-09 18:47:23 +02:00
parent f1c9fa5622
commit 1a61aeade0
No known key found for this signature in database
5 changed files with 27 additions and 18 deletions

View file

@ -9,7 +9,8 @@
color: $light;
border-color: $light;
&:hover {
&:hover,
&:focus {
background-color: $dark;
}
}