changed colors in alert example

This commit is contained in:
Nuno Coração 2023-02-03 20:42:57 +00:00
parent 0dafb5894d
commit 55ab1452dd

View file

@ -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 >}}