mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 03:30:23 +00:00
Use correct hex color code(#30533)
This commit is contained in:
parent
2ac41f0d3e
commit
bfbf265a50
1 changed files with 1 additions and 1 deletions
|
|
@ -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: (
|
||||
|
|
|
|||
Loading…
Reference in a new issue