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:
authorArnaud Thomas D <arnaud.thomas-desessarts@live.com>2020-09-02 00:20:59 +0300
committerGitHub <noreply@github.com>2020-09-02 00:20:59 +0300
commit7326232b0e3a57ab84bb4241b13fa4c3579c0cfd (patch)
tree90157a3777ca90612e1b2ade9de0d6bc0c3bff79 /site/data
parent1503aa18d187648507ade06cdf78cc3333185716 (diff)
Fix incorrect green and cyan hex codes (#31572)
Diffstat (limited to 'site/data')
-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 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