[NAV] Remove outline on nav menu

This commit is contained in:
Gregory Trolliet 2020-04-28 21:59:42 +02:00
parent 29b2f001f4
commit 434c71184e
1 changed files with 1 additions and 0 deletions

View File

@ -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);