From 0f96c00a16cf133675be4039f7d48f25aadce452 Mon Sep 17 00:00:00 2001 From: "Glitch (glitch-hello-website)" Date: Thu, 12 Dec 2024 18:33:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9B=F0=9F=91=96=20Checkpoint=20./style?= =?UTF-8?q?s/main.css:69682263/631?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/main.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/styles/main.css b/styles/main.css index 0db2149..0a8cb8e 100644 --- a/styles/main.css +++ b/styles/main.css @@ -143,3 +143,16 @@ dt { dd { margin-bottom: .5rem; } + +/* Focus */ +*:focus { + outline: 3px solid var(--color-text-main); + outline-offset: 2px; + background-color: var(--color-bg); + color: var(--color-text-main); +} + +a:focus { + color: var(--color-text-main); + background-color: var(--color-bg); +} \ No newline at end of file