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

View file

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