From 7326232b0e3a57ab84bb4241b13fa4c3579c0cfd Mon Sep 17 00:00:00 2001 From: Arnaud Thomas D Date: Tue, 1 Sep 2020 23:20:59 +0200 Subject: [PATCH] Fix incorrect green and cyan hex codes (#31572) --- site/data/colors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/data/colors.yml b/site/data/colors.yml index 0797aadb2a..0afcb307a9 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