Attempt to fix focus styles for the site heading
This commit is contained in:
parent
8be90f42a5
commit
919b76a556
@ -3,4 +3,9 @@
|
|||||||
letter-spacing: clamp(-0.2rem,1vw,-0.5rem);
|
letter-spacing: clamp(-0.2rem,1vw,-0.5rem);
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
&:hover, &:focus {
|
||||||
|
outline-color: transparent;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user