Attempt to fix focus styles for the site heading

This commit is contained in:
Lewis Dale 2023-09-27 07:37:56 +01:00
parent 8be90f42a5
commit 919b76a556

View File

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