From af7f127707bbec1c919563ecbdca7cef93264e88 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 14 Jul 2018 15:37:24 +0100 Subject: [PATCH] CSS: Use red/white colours for contrast Signed-off-by: Michael Tremer --- src/scss/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 95d18309..0cbd430e 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -31,6 +31,9 @@ $primary: $red-900; $secondary: white; $dark: $blue-grey-900; +$yiq-text-dark: $primary; +$yiq-text-light: $secondary; + // Breakpoints $grid-breakpoints: ( xs: 0, -- 2.47.3