chore: styles
This commit is contained in:
parent
bfbeba9916
commit
04622dbce7
7 changed files with 50 additions and 48 deletions
|
@ -48,6 +48,7 @@ body::-webkit-scrollbar {
|
|||
|
||||
p {
|
||||
margin: var(--margin-vertical-base-horizontal-zero);
|
||||
overflow: visible;
|
||||
|
||||
&.books,
|
||||
&.collected,
|
||||
|
@ -173,18 +174,13 @@ a {
|
|||
|
||||
a:focus,
|
||||
a:focus-within
|
||||
a:focus > svg,
|
||||
a:focus-within > svg {
|
||||
a:has(svg):focus svg,
|
||||
a:has(svg):focus-within svg {
|
||||
outline: var(--outline-default);
|
||||
border-radius: var(--border-radius-slight);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:has(svg):focus,
|
||||
a:has(svg):focus-within {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
a.icon-link:focus,
|
||||
a.icon-link:focus-within {
|
||||
outline: var(--outline-default);
|
||||
|
|
Reference in a new issue