chore: default svg size
This commit is contained in:
parent
8708b71227
commit
793884947f
3 changed files with 8 additions and 3 deletions
|
@ -105,6 +105,11 @@ blockquote {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
/* links */
|
||||
a {
|
||||
color: var(--accent-color);
|
||||
|
|
Reference in a new issue