chore: styles

This commit is contained in:
Cory Dransfeldt 2024-09-02 19:42:56 -07:00
parent 5d85362db1
commit 5956d72f41
No known key found for this signature in database
12 changed files with 25 additions and 33 deletions

View file

@ -90,8 +90,8 @@
--font-weight-bold: 600;
--font-weight-extrabold: 800;
--line-height-reduced: 1.5;
--line-height-default: 2;
--line-height-md: 1.5;
--line-height-base: 2;
/* outline */
--outline-default: var(--outline-default);
@ -147,7 +147,7 @@
font-family: var(--font-mono);
font-size: var(--font-size-base);
font-weight: var(--font-weight-base);
line-height: var(--line-height-default);
line-height: var(--line-height-base);
letter-spacing: -.05rem;
word-spacing: -.125rem;
color: var(--text-color);
@ -209,7 +209,7 @@
h1, h2, h3 {
font-weight: var(--font-weight-bold);
line-height: var(--line-height-reduced);
line-height: var(--line-height-md);
margin-bottom: var(--spacing-base);
}
@ -219,19 +219,12 @@
}
a:focus,
a:focus-within
a:focus > svg,
a:focus-within > svg {
a:focus-within, {
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:hover,
a:focus,
a:active {