diff --git a/app.vue b/app.vue index b20c5ab..47873f0 100644 --- a/app.vue +++ b/app.vue @@ -18,6 +18,10 @@ body { margin: 0; } +*:focus-visible { + outline: 1px solid rgb(150, 150, 150); +} + a { color: aquamarine; } diff --git a/components/MessageArea.vue b/components/MessageArea.vue index d58b037..3389475 100644 --- a/components/MessageArea.vue +++ b/components/MessageArea.vue @@ -6,8 +6,8 @@
- -
@@ -98,27 +98,38 @@ onMounted(async () => { \ No newline at end of file