mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
changed colors in alert example
This commit is contained in:
parent
0dafb5894d
commit
55ab1452dd
1 changed files with 2 additions and 2 deletions
|
@ -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 >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue