From aed6172b88cd492b05dff2216aa7799b071cf639 Mon Sep 17 00:00:00 2001 From: Joah Gerstenberg Date: Sat, 14 Dec 2013 10:00:34 -0600 Subject: [PATCH] Softer outline --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index f424f34..569599e 100644 --- a/css/style.css +++ b/css/style.css @@ -156,8 +156,8 @@ section p:last-child { } #search:focus { - outline: none; - border-color: #900; + outline: auto 5px #900; + outline-offset: -2px; } /* Table */ /* We should use nav and ul li for collapsing details */