mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
changed colors in alert example
This commit is contained in:
@@ -53,12 +53,12 @@ Don't forget to [follow me](https://twitter.com/nunocoracao) on Twitter.
|
|||||||
**Example 3:** Named params
|
**Example 3:** Named params
|
||||||
|
|
||||||
```md
|
```md
|
||||||
{{</* alert icon="fire" cardColor="red" iconColor="black" textColor="white" */>}}
|
{{</* alert icon="fire" cardColor="#e63946" iconColor="#1d3557" textColor="#f1faee" */>}}
|
||||||
This is an error!
|
This is an error!
|
||||||
{{</* /alert */>}}
|
{{</* /alert */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< alert icon="fire" cardColor="red" iconColor="black" textColor="white" >}}
|
{{< alert icon="fire" cardColor="#e63946" iconColor="#1d3557" textColor="#f1faee" >}}
|
||||||
This is an error!
|
This is an error!
|
||||||
{{< /alert >}}
|
{{< /alert >}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user