chore: minor style tweaks
This commit is contained in:
parent
9385e34552
commit
3d10bee145
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "12.0.6",
|
||||
"version": "12.0.7",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -376,6 +376,12 @@ button {
|
|||
border: none;
|
||||
}
|
||||
|
||||
/* selects */
|
||||
select {
|
||||
border-radius: var(--rounded-full);
|
||||
padding: var(--sizing-xs) var(--sizing-sm);
|
||||
}
|
||||
|
||||
/* icons */
|
||||
svg {
|
||||
stroke-width: var(--stroke-width-default);
|
||||
|
|
Reference in a new issue