chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-14 09:52:39 -07:00
parent 51b60301d1
commit 9b702520e2
No known key found for this signature in database
42 changed files with 91 additions and 99 deletions

View file

@ -76,6 +76,9 @@
--font-weight-bold: 600;
--font-weight-extrabold: 800;
/* outline */
--outline-default: var(--outline-default);
/* borders */
--border-default: 1px solid var(--accent-color);
}
@ -184,7 +187,7 @@
a:focus,
a:focus-within {
outline: 2px dashed var(--accent-color);
outline: var(--outline-default);
text-decoration: none;
}