mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-13 01:08:58 +01:00
e376773ccc
Closes #34146
---
Not sure what happened but indeed, [our current `$secondary` is not what's shown in docs](c2f949c1fd/scss/_variables.scss (L68)
).
17 lines
257 B
YAML
17 lines
257 B
YAML
- name: primary
|
|
hex: "#007bff"
|
|
- name: secondary
|
|
hex: "#6c757d"
|
|
- name: success
|
|
hex: "#28a745"
|
|
- name: danger
|
|
hex: "#dc3545"
|
|
- name: warning
|
|
hex: "#ffc107"
|
|
- name: info
|
|
hex: "#17a2b8"
|
|
- name: light
|
|
hex: "#f8f9fa"
|
|
- name: dark
|
|
hex: "#343a40"
|