From 704620e2f7c51ca6cb1d28fa1eeb8d0fdb3f64b3 Mon Sep 17 00:00:00 2001 From: baldo Date: Tue, 23 Aug 2022 17:17:11 +0200 Subject: [PATCH] More readable link styling in ErrorCards. --- frontend/src/App.vue | 2 +- frontend/src/components/ErrorCard.vue | 16 ++++++++++++++-- frontend/src/scss/_variables.scss | 6 +++++- 3 files changed, 20 insertions(+), 4 deletions(-) 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 @@