From 137e2ff0183fda9aee959d88847b8020af04dc81 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Fri, 30 Aug 2024 01:18:32 -0500 Subject: [PATCH] really dumb focus ring --- assets/elements.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/elements.css b/assets/elements.css index a32fb03..bb2bc8c 100644 --- a/assets/elements.css +++ b/assets/elements.css @@ -73,7 +73,10 @@ button, input { color: inherit; font: inherit; padding: 0; - outline: none; +} + +:focus { + outline: 0.5em solid var(--color-text); } input[type=text], input[type=url] {