Client - handle links underline color on focus
This commit is contained in:
parent
08597fdc10
commit
43274dc317
@ -49,7 +49,8 @@ a {
|
|||||||
color: var(--app-a-color);
|
color: var(--app-a-color);
|
||||||
text-decoration-color: var(--app-a-text-decoration-color);
|
text-decoration-color: var(--app-a-text-decoration-color);
|
||||||
|
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&:focus {
|
||||||
text-decoration-color: var(--app-a-color);
|
text-decoration-color: var(--app-a-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user