mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Fix incorrect green and cyan hex codes (#31572)
This commit is contained in:
parent
1503aa18d1
commit
7326232b0e
@ -13,11 +13,11 @@
|
|||||||
- name: yellow
|
- name: yellow
|
||||||
hex: "#ffc107"
|
hex: "#ffc107"
|
||||||
- name: green
|
- name: green
|
||||||
hex: "#28a745"
|
hex: "#198754"
|
||||||
- name: teal
|
- name: teal
|
||||||
hex: "#20c997"
|
hex: "#20c997"
|
||||||
- name: cyan
|
- name: cyan
|
||||||
hex: "#17a2b8"
|
hex: "#0dcaf0"
|
||||||
- name: white
|
- name: white
|
||||||
hex: "#fff"
|
hex: "#fff"
|
||||||
- name: gray
|
- name: gray
|
||||||
|
Loading…
x
Reference in New Issue
Block a user