Skip to content

Commit

Permalink
fix: css for svg
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 1, 2023
1 parent 385bf75 commit 37c0d7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ a {
color: inherit;
}

svg {
height: inherit;
fill: inherit;
}

textarea {
resize: vertical;
}
Expand Down

0 comments on commit 37c0d7b

Please sign in to comment.