chore: book image link
This commit is contained in:
parent
570ffed8ae
commit
6a946a36ee
3 changed files with 13 additions and 2 deletions
|
@ -11,6 +11,15 @@
|
|||
& img {
|
||||
border: 1px solid var(--accent-color);
|
||||
border-radius: var(--rounded);
|
||||
transition-property: border-color;
|
||||
transition-timing-function: var(--transition-ease-in-out);
|
||||
transition-duration: 300ms;
|
||||
}
|
||||
|
||||
& a:hover img,
|
||||
& a:focus img,
|
||||
& a:active img {
|
||||
border-color: var(--accent-color-hover)
|
||||
}
|
||||
|
||||
& img,
|
||||
|
|
Reference in a new issue