From 55f523fe48472a97ba2fa79df0fad5e7eb92aabb Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 28 Mar 2022 14:22:07 +0200 Subject: [PATCH] Add focus styling. --- source/scss/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/scss/index.scss b/source/scss/index.scss index 1f84836..2afac07 100644 --- a/source/scss/index.scss +++ b/source/scss/index.scss @@ -23,6 +23,10 @@ button { cursor: pointer; } +:focus { + outline: 2px dotted var(--foreground-1); +} + .monospace { font-family: monospace; }