From 434c71184e3ae908cb0d5b3ac693748825eb980c Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 28 Apr 2020 21:59:42 +0200 Subject: [PATCH] [NAV] Remove outline on nav menu --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 16a717a..42c2260 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -86,6 +86,7 @@ a:focus { background-color: var(--font-color); text-decoration: none; color: var(--background-color); + outline: none; } #navigation a:active { color: var(--font-color);