diff options
| author | Gaƫl Poupard <[email protected]> | 2020-04-08 12:50:57 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-08 12:50:57 +0200 |
| commit | bfbf265a50a7ffe252324ea53272090ec12ae933 (patch) | |
| tree | 2201c6794ce8559455a582eaaa038b626dcf65d8 | |
| parent | 2ac41f0d3e168cc48dd9f1555e51ef872da9baf0 (diff) | |
| download | bootstrap-bfbf265a50a7ffe252324ea53272090ec12ae933.tar.xz bootstrap-bfbf265a50a7ffe252324ea53272090ec12ae933.zip | |
Use correct hex color code(#30533)
| -rw-r--r-- | site/content/docs/4.3/getting-started/theming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/getting-started/theming.md b/site/content/docs/4.3/getting-started/theming.md index 7e5b984b8..ff50369f2 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: ( |
