aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Thomas D <[email protected]>2020-09-01 23:20:59 +0200
committerGitHub <[email protected]>2020-09-01 14:20:59 -0700
commit7326232b0e3a57ab84bb4241b13fa4c3579c0cfd (patch)
tree90157a3777ca90612e1b2ade9de0d6bc0c3bff79
parent1503aa18d187648507ade06cdf78cc3333185716 (diff)
downloadbootstrap-7326232b0e3a57ab84bb4241b13fa4c3579c0cfd.tar.xz
bootstrap-7326232b0e3a57ab84bb4241b13fa4c3579c0cfd.zip
Fix incorrect green and cyan hex codes (#31572)
-rw-r--r--site/data/colors.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/data/colors.yml b/site/data/colors.yml
index 0797aadb2..0afcb307a 100644
--- a/site/data/colors.yml
+++ b/site/data/colors.yml
@@ -13,11 +13,11 @@
- name: yellow
hex: "#ffc107"
- name: green
- hex: "#28a745"
+ hex: "#198754"
- name: teal
hex: "#20c997"
- name: cyan
- hex: "#17a2b8"
+ hex: "#0dcaf0"
- name: white
hex: "#fff"
- name: gray