From c73fa88cda7e9e354164ab2c8404e4e2f8b39b0c Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Tue, 1 Jan 2019 22:08:41 -0500 Subject: [PATCH] Removed outline --- src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index 2bb1013..2ecb23b 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -19,6 +19,10 @@ background-color: #555; } +:focus { + outline: none !important; +} + html, body { padding: 0; margin: 0;