Skip to content

Commit

Permalink
📝 updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Nov 29, 2023
1 parent 9ca7354 commit 73cca4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ If you're using the colorful color scheme, the background color will be the tail
```
Where `nameOfIcon` is be the name of the custom `.svg` file.

#### SVG Icon Cheatsheet
Make sure that your custom svg icons doesn't have a fixed size. I.e. set the `width` and `height` to:
```svg
<svg width="100%" height="100%">
```
And make sure the icon doesn't have any style elements that defines the color!

---

## Update the Theme Version
Expand Down

0 comments on commit 73cca4b

Please sign in to comment.