mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 22:16:21 +00:00
fix: usar el color primary al dar foco a links
This commit is contained in:
parent
89f66b9cc3
commit
8807f54719
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue