2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fix some hexa in colors docs. (#31254)

This commit is contained in:
Florian Lacreuse
2020-07-07 19:28:24 +02:00
committed by GitHub
parent 7b144760b5
commit 49934b2bba
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
- name: blue
hex: "#007bff"
hex: "#0d6efd"
- name: indigo
hex: "#6610f2"
- name: purple
hex: "#6f42c1"
- name: pink
hex: "#e83e8c"
hex: "#d63384"
- name: red
hex: "#dc3545"
- name: orange
@@ -21,6 +21,6 @@
- name: white
hex: "#fff"
- name: gray
hex: "#868e96"
hex: "#6c757d"
- name: gray-dark
hex: "#343a40"
+2 -2
View File
@@ -1,7 +1,7 @@
- name: primary
hex: "#007bff"
hex: "#0d6efd"
- name: secondary
hex: "#868e96"
hex: "#6c757d"
- name: success
hex: "#28a745"
- name: danger