Deque Analysis Color Contrast fixes

This commit is contained in:
Dawnkai
2023-10-27 14:32:50 +02:00
committed by Tim Donohue
parent fc28693b12
commit 07a2f3bbbb
8 changed files with 161 additions and 14 deletions

View File

@@ -61,6 +61,19 @@
--ds-notification-bg-danger: #{darken(adjust-hue($danger, -10), 10%)};
--ds-notification-bg-info: #{darken(adjust-hue($info, -10), 10%)};
--ds-notification-bg-warning: #{darken(adjust-hue($warning, -10), 10%)};
--ds-notification-success-color: #307B23;
--ds-notification-danger-color: #9a6e6e;
--ds-text-warning-color: #cf822c;
--ds-text-success-color: #74a030;
--ds-range-filter-border-color: #949494;
--ds-range-filter-connect-color: #63852e;
--ds-badge-archived-background-color: #2a701e;
--ds-badge-archived-color: #000;
--ds-button-success-background-color: #358726;
--ds-button-success-background-hover-color: #{darken(#358726, 10%)};
--ds-button-warning-background-color: #{darken($yellow, 20%)};
--ds-button-warning-background-hover-color: #{darken($yellow, 30%)};
--ds-fa-fixed-width: #{$fa-fixed-width};
--ds-icon-padding: #{$icon-padding};
@@ -81,7 +94,7 @@
--ds-home-news-background-color: #{$gray-200};
--ds-breadcrumb-bg: #{$gray-200} !important;
--ds-breadcrumb-link-color: #{$cyan};
--ds-breadcrumb-link-color: #{darken($cyan, 10%)};
--ds-breadcrumb-link-active-color: #{darken($cyan, 30%)};
--ds-breadcrumb-max-length: 200px;