aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-18 21:06:13 -0700
committerMark Otto <[email protected]>2017-10-22 12:56:06 -0700
commitbf2fee90356ba1be2ed739d9350b229c9e78064c (patch)
treea9ab1f00b3d9b7cd20a3250ccfae9fb5093a56aa /scss/_variables.scss
parent0a82cd9f3c44904d931614dba267295231e85f90 (diff)
downloadbootstrap-bf2fee90356ba1be2ed739d9350b229c9e78064c.tar.xz
bootstrap-bf2fee90356ba1be2ed739d9350b229c9e78064c.zip
add vars for yiq color contrast function
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index bfe3feaae..993546fe7 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -87,6 +87,10 @@ $theme-colors: map-merge((
// Set a specific jump point for requesting color jumps
$theme-color-interval: 8% !default;
+// Customize the light and dark text colors for use in our YIQ color contrast function.
+$yiq-text-dark: #111 !default;
+$yiq-text-light: #fff !default;
+
// Options
//