chore: css consolidation + tokens
This commit is contained in:
parent
b3ce317a90
commit
9df10a074f
15 changed files with 67 additions and 65 deletions
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
|
||||
& img {
|
||||
border: 1px solid var(--accent-color);
|
||||
border: var(--border-default);
|
||||
width: calc(var(--sizing-3xl) * 1.5);
|
||||
height: calc(var(--sizing-3xl) * 1.5);
|
||||
}
|
||||
|
@ -58,6 +58,14 @@
|
|||
& .title {
|
||||
font-weight: var(--font-weight-bold);
|
||||
line-height: 1.5;
|
||||
|
||||
&:focus-within {
|
||||
outline: var(--outline);
|
||||
}
|
||||
|
||||
& a {
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
||||
& .title,
|
||||
|
|
Reference in a new issue