From: Gaƫl Poupard Date: Wed, 8 Apr 2020 10:50:57 +0000 (+0200) Subject: Use correct hex color code(#30533) X-Git-Tag: v5.0.0-alpha1~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbf265a50a7ffe252324ea53272090ec12ae933;p=thirdparty%2Fbootstrap.git Use correct hex color code(#30533) --- diff --git a/site/content/docs/4.3/getting-started/theming.md b/site/content/docs/4.3/getting-started/theming.md index 7e5b984b8a..ff50369f25 100644 --- a/site/content/docs/4.3/getting-started/theming.md +++ b/site/content/docs/4.3/getting-started/theming.md @@ -122,7 +122,7 @@ $theme-colors: ( To add a new color to `$theme-colors`, add the new key and value. Keep in mind not to remove the existing colors: {{< highlight scss >}} -$my-custom-color: #ffoodd; +$my-custom-color: #ff00dd; // Make sure to define `$primary`, `$secondary`, ect.. first $theme-colors: (