diff --git a/app/assets/main.css b/app/assets/main.css index db6eea27a..b89dfc052 100644 --- a/app/assets/main.css +++ b/app/assets/main.css @@ -196,9 +196,9 @@ a:hover { } a:focus-visible { - outline: 2px solid var(--border); + outline: 2px solid var(--accent); outline-offset: 2px; - border-radius: 2px; + border-radius: 4px; } /* Reset dd margin (browser default is margin-left: 40px) */ @@ -215,6 +215,13 @@ button { padding: 0; } +button:focus-visible, +select:focus-visible { + outline: 2px solid var(--accent); + outline-offset: 2px; + border-radius: 4px; +} + /* Selection */ ::selection { background-color: var(--fg-muted); diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 12a17dab3..0018fc414 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -15,14 +15,14 @@ const isHome = computed(() => route.name === 'index') @@ -163,11 +149,11 @@ onKeyStroke( -
+