diff --git a/static/style.css b/static/style.css index 60d7323..84662f2 100644 --- a/static/style.css +++ b/static/style.css @@ -58,6 +58,11 @@ background: var(--accent); } +:focus { + outline: 2px solid var(--accent); + outline-offset: 2px; +} + html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, select, input { margin: 0; diff --git a/templates/base.html b/templates/base.html index f644a8c..cbf4b3e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,9 +17,7 @@