From d7ddacc5c66f0802d297c57d9ca363529e0202b1 Mon Sep 17 00:00:00 2001 From: Suryan Isaac Date: Wed, 18 Nov 2020 10:17:40 +0530 Subject: [PATCH] Added outline:none for input field Outlines on the input look bad and don't go with the themes (amazing themes btw) I'll add pictures for comparison in a comment. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 34d93c4..ce6c8b7 100644 --- a/style.css +++ b/style.css @@ -92,6 +92,7 @@ body { padding: 0.4rem 1rem; border-radius: 0.2rem; font-size: 1.2rem; + outline: none; } #redo-button {