summaryrefslogtreecommitdiff
path: root/src/components/Navigation.vue
diff options
context:
space:
mode:
authorHelianthella <git@gumi.ca>2020-12-25 22:37:30 -0500
committerHelianthella <git@gumi.ca>2020-12-25 22:37:30 -0500
commit618691cbce7932e1ca4e79873b7b5b3550dc51a9 (patch)
tree16c087d57c9dde169d1266df4319aca934230db9 /src/components/Navigation.vue
parent965059649ff6de8849f5091435befddba18ced93 (diff)
downloadwebsite-618691cbce7932e1ca4e79873b7b5b3550dc51a9.tar.gz
website-618691cbce7932e1ca4e79873b7b5b3550dc51a9.tar.bz2
website-618691cbce7932e1ca4e79873b7b5b3550dc51a9.tar.xz
website-618691cbce7932e1ca4e79873b7b5b3550dc51a9.zip
further improve accessibility
Diffstat (limited to 'src/components/Navigation.vue')
-rw-r--r--src/components/Navigation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue
index 3ced42e..4fec0ff 100644
--- a/src/components/Navigation.vue
+++ b/src/components/Navigation.vue
@@ -93,7 +93,7 @@
border: solid 1px #CBA083;
padding: 1ch;
- &:hover, &.router-link-exact-active, &.custom-active {
+ &:is(:hover, :focus), &.router-link-exact-active, &.custom-active {
background-color: rgba(255,255,255,0.4);
border: solid 1px #2f2e32;
}