]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use correct hex color code(#30533)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Wed, 8 Apr 2020 10:50:57 +0000 (12:50 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Apr 2020 10:50:57 +0000 (12:50 +0200)
site/content/docs/4.3/getting-started/theming.md

index 7e5b984b8a5ea07c3e035be78b10ecfdc7b9bbee..ff50369f25f2746bf2f361aa00fdf00c9fc2f685 100644 (file)
@@ -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: (