From 55ab1452dd9ef0e2ac1fcb162b597dc6a310308d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 3 Feb 2023 20:42:57 +0000 Subject: [PATCH] changed colors in alert example --- exampleSite/content/docs/shortcodes/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index f17272f0..083d8231 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -53,12 +53,12 @@ Don't forget to [follow me](https://twitter.com/nunocoracao) on Twitter. **Example 3:** Named params ```md -{{}} +{{}} This is an error! {{}} ``` -{{< alert icon="fire" cardColor="red" iconColor="black" textColor="white" >}} +{{< alert icon="fire" cardColor="#e63946" iconColor="#1d3557" textColor="#f1faee" >}} This is an error! {{< /alert >}}