]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix incorrect green and cyan hex codes (#31572)
authorArnaud Thomas D <arnaud.thomas-desessarts@live.com>
Tue, 1 Sep 2020 21:20:59 +0000 (23:20 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2020 21:20:59 +0000 (14:20 -0700)
site/data/colors.yml

index 0797aadb2a06c0532b415921462ac08fcb8d17a5..0afcb307a94f9de51b62bcace896da8f8d83ab0e 100644 (file)
 - 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