diff options
| author | Arnaud Thomas D <[email protected]> | 2020-09-01 23:20:59 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-01 14:20:59 -0700 |
| commit | 7326232b0e3a57ab84bb4241b13fa4c3579c0cfd (patch) | |
| tree | 90157a3777ca90612e1b2ade9de0d6bc0c3bff79 /site/data | |
| parent | 1503aa18d187648507ade06cdf78cc3333185716 (diff) | |
| download | bootstrap-7326232b0e3a57ab84bb4241b13fa4c3579c0cfd.tar.xz bootstrap-7326232b0e3a57ab84bb4241b13fa4c3579c0cfd.zip | |
Fix incorrect green and cyan hex codes (#31572)
Diffstat (limited to 'site/data')
| -rw-r--r-- | site/data/colors.yml | 4 |
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 |
