diff --git a/assets/styles/main.sass b/assets/styles/main.sass
index 8a6db02..fd64d7b 100644
--- a/assets/styles/main.sass
+++ b/assets/styles/main.sass
@@ -143,7 +143,12 @@ body
opacity: 0
*:focus
- outline: 1px solid transparent
+ outline: none
+
+body.user-is-tabbing *:focus
+ outline: none
+ box-shadow: 0 0 0 4px $pink !important
+ border-radius: 5px
/*.router-link-active
position: relative
diff --git a/components/Breadcrumbs.vue b/components/Breadcrumbs.vue
index af435b9..f2877c8 100644
--- a/components/Breadcrumbs.vue
+++ b/components/Breadcrumbs.vue
@@ -6,7 +6,17 @@
aria-label="Breadcrumb"
>
-
+
+
-
+
- {{ crumb.label }}
+ >
+ {{ crumb.label }}
- ›{{ crumb.label }}
+
+ ›
+ {{ crumb.label }}
+
+
+ -
+
-
-
-
\ No newline at end of file
diff --git a/components/template/NavBar.vue b/components/template/NavBar.vue
index b710485..e2622a5 100644
--- a/components/template/NavBar.vue
+++ b/components/template/NavBar.vue
@@ -1,59 +1,95 @@
-
-
+
+
+
+
+ {{ $t(link.label) }}
+
+
+
+
+
+
+
+
+
+ {{ $t(link.label) }}
+
+
+
+
+
+
+