diff options
| author | Sead Memic <[email protected]> | 2020-10-31 07:21:31 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-31 08:21:31 +0200 |
| commit | 9cedf5b81ea5ace67556668b408fa43d6856a662 (patch) | |
| tree | 2372239de3b9ab1068f948041eecb6af9d91736a /site/data | |
| parent | 241f910dc51d164b0049bd1e50a7e85835bc55c5 (diff) | |
| download | bootstrap-9cedf5b81ea5ace67556668b408fa43d6856a662.tar.xz bootstrap-9cedf5b81ea5ace67556668b408fa43d6856a662.zip | |
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 <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site/data')
| -rw-r--r-- | site/data/theme-colors.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/data/theme-colors.yml b/site/data/theme-colors.yml index 44431943e..cca98e782 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" |
