feat(ui): 💄 replace blog link outline by border on blog card
This commit is contained in:
parent
258ff2769e
commit
9456d42bff
|
@ -10,7 +10,7 @@
|
|||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
|
||||
&:focus-visible,
|
||||
&:has(a:focus-visible),
|
||||
&:hover {
|
||||
border: var(--_border-size) solid var(--_accent-color);
|
||||
}
|
||||
|
@ -18,6 +18,10 @@
|
|||
& h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
& a {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.components__blog_card__spacer {
|
||||
|
|
Loading…
Reference in a new issue