chore: default svg size

This commit is contained in:
Cory Dransfeldt 2024-06-14 14:47:40 -07:00
parent 8708b71227
commit 793884947f
No known key found for this signature in database
3 changed files with 8 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "19.3.13",
"version": "19.3.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.3.13",
"version": "19.3.14",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

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

View file

@ -105,6 +105,11 @@ blockquote {
font-style: italic;
}
svg {
width: 24px;
height: 24px;
}
/* links */
a {
color: var(--accent-color);