From: Arnaud Thomas D Date: Tue, 1 Sep 2020 21:20:59 +0000 (+0200) Subject: Fix incorrect green and cyan hex codes (#31572) X-Git-Tag: v5.0.0-alpha2~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7326232b0e3a57ab84bb4241b13fa4c3579c0cfd;p=thirdparty%2Fbootstrap.git Fix incorrect green and cyan hex codes (#31572) --- 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