chore: css consolidation + tokens

This commit is contained in:
Cory Dransfeldt 2024-06-30 20:30:41 -07:00
parent b3ce317a90
commit 9df10a074f
No known key found for this signature in database
15 changed files with 67 additions and 65 deletions

View file

@ -1,4 +1,7 @@
button {
appearance: none;
border: none;
&:not(.theme-toggle) {
border-radius: var(--rounded-full);
padding: var(--sizing-sm) var(--sizing-lg);