[NAV] Remove outline on nav menu
This commit is contained in:
parent
29b2f001f4
commit
434c71184e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue