From 4fa2098dc6046d6ac8d8f8472eb6f1774e27d422 Mon Sep 17 00:00:00 2001 From: Niles Rogoff Date: Wed, 15 Feb 2017 11:57:40 -0500 Subject: [PATCH] Correct css attribute to remove chrome's added blue outline --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3093941..6bb45f2 100644 --- a/style.css +++ b/style.css @@ -38,7 +38,7 @@ a:hover { input { font-size: 1.5em; - appearance: none; + outline: none; border: solid 1px #ddd; padding: 10px; margin-top: 100px; /* dirty hack, can be removed */