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] {