5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-08 22:35:45 +00:00

fix: usar el color primary al dar foco a links

This commit is contained in:
f 2023-04-15 16:57:42 -03:00
parent 89f66b9cc3
commit 8807f54719

View file

@ -101,6 +101,10 @@ a {
color: var(--color);
}
&:focus {
outline: 1px solid var(--color);
}
&[target=_blank] {
/* TODO: Convertir a base64 para no hacer peticiones extra */
&:after {