diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 264ebcc..a0ee679 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -50,7 +50,7 @@ a { } &:focus { - outline: 0.1em solid $link-hover-color; + outline: $link-focus-outline; } } diff --git a/frontend/src/components/ErrorCard.vue b/frontend/src/components/ErrorCard.vue index 491996e..967a63e 100644 --- a/frontend/src/components/ErrorCard.vue +++ b/frontend/src/components/ErrorCard.vue @@ -1,12 +1,12 @@