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:
authorSead Memic <seadmemic@gmail.com>2020-10-31 09:21:31 +0300
committerGitHub <noreply@github.com>2020-10-31 09:21:31 +0300
commit9cedf5b81ea5ace67556668b408fa43d6856a662 (patch)
tree2372239de3b9ab1068f948041eecb6af9d91736a /site/data
parent241f910dc51d164b0049bd1e50a7e85835bc55c5 (diff)
Contrast colors added to theme-colors (#30044)
* Contrast colors added to theme-colors * redundant colors removed froms docs, theme-colors refactor * Add spaces for consistency * Adapt to the recent changes Co-authored-by: Sead Memic <sead.memic@intracto.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'site/data')
-rw-r--r--site/data/theme-colors.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/data/theme-colors.yml b/site/data/theme-colors.yml
index 44431943ec..cca98e7823 100644
--- a/site/data/theme-colors.yml
+++ b/site/data/theme-colors.yml
@@ -8,9 +8,12 @@
hex: "#dc3545"
- name: warning
hex: "#ffc107"
+ contrast_color: dark
- name: info
hex: "#17a2b8"
+ contrast_color: dark
- name: light
hex: "#f8f9fa"
+ contrast_color: dark
- name: dark
hex: "#343a40"