Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site/data
diff options
context:
space:
mode:
authorFlorian Lacreuse <florianlacreuse@users.noreply.github.com>2020-07-07 20:28:24 +0300
committerGitHub <noreply@github.com>2020-07-07 20:28:24 +0300
commit49934b2bba514582c92bd423f94ddbf890bc3a66 (patch)
tree6df22b6850f6dcb989a90c3ba0621126a5c26aca /site/data
parent7b144760b528622657c10036f9c8d20599fe15d5 (diff)
Fix some hexa in colors docs. (#31254)
Diffstat (limited to 'site/data')
-rw-r--r--site/data/colors.yml6
-rw-r--r--site/data/theme-colors.yml4
2 files changed, 5 insertions, 5 deletions
diff --git a/site/data/colors.yml b/site/data/colors.yml
index 202270cdcb..0797aadb2a 100644
--- a/site/data/colors.yml
+++ b/site/data/colors.yml
@@ -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"
diff --git a/site/data/theme-colors.yml b/site/data/theme-colors.yml
index bef5002acd..44431943ec 100644
--- a/site/data/theme-colors.yml
+++ b/site/data/theme-colors.yml
@@ -1,7 +1,7 @@
- name: primary
- hex: "#007bff"
+ hex: "#0d6efd"
- name: secondary
- hex: "#868e96"
+ hex: "#6c757d"
- name: success
hex: "#28a745"
- name: danger