diff --git a/README.md b/README.md index 6ad8851..0c1e328 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,10 @@ Additionally, each admonition type will receive the ```.admonition-``` cla } ``` -The admonition icons are defined as variables on the ```:root``` with the name ```--admonition-icon--```. Override this variable to customize the icon. +The admonition icons are svgs defined as variables on the ```:root``` with the name ```--admonition-icon--```. Override this variable to customize the icon. Example: +```css +--admonition-icon--quote: url("data:image/svg+xml;charset=utf-8,"); +``` ## Installation