Client - handle links underline color on focus

This commit is contained in:
Sam 2023-12-23 09:22:10 +01:00
parent 08597fdc10
commit 43274dc317

View File

@ -49,7 +49,8 @@ a {
color: var(--app-a-color);
text-decoration-color: var(--app-a-text-decoration-color);
&:hover {
&:hover,
&:focus {
text-decoration-color: var(--app-a-color);
}
}