chore: minor style tweaks

This commit is contained in:
Cory Dransfeldt 2024-04-17 17:14:31 -07:00
parent 9385e34552
commit 3d10bee145
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "12.0.6", "version": "12.0.7",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -376,6 +376,12 @@ button {
border: none; border: none;
} }
/* selects */
select {
border-radius: var(--rounded-full);
padding: var(--sizing-xs) var(--sizing-sm);
}
/* icons */ /* icons */
svg { svg {
stroke-width: var(--stroke-width-default); stroke-width: var(--stroke-width-default);