feat(style): do not outline active/focused links
This commit is contained in:
parent
913685eae6
commit
957588456a
@ -246,6 +246,11 @@ a:link {
|
||||
color: var(--crystalBlue);
|
||||
}
|
||||
|
||||
a:active, a:focus {
|
||||
outline: none;
|
||||
color: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:visited:hover {
|
||||
color: var(--fujiWhite);
|
||||
|
Loading…
Reference in New Issue
Block a user