diff --git a/scss/_variables.scss b/scss/_variables.scss index f45ef0740..88f3ba827 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -13,6 +13,7 @@ $icon-fonts: () !default; // COLORS $theme-color-interval: 10% !default; +$min-contrast-ratio: 1.5 !default; $light: #f5f7fb !default; $dark: #354052 !default; @@ -426,9 +427,6 @@ $table-accent-bg: $min-black !default; $toast-border-color: $border-color !default; $toast-header-color: $text-muted !default; -//other -$yiq-contrasted-threshold: 200 !default; - //progress $progress-bg: $light-mix !default; $progress-height: .5rem !default;