From: Michael Tremer Date: Sat, 14 Jul 2018 14:37:24 +0000 (+0100) Subject: CSS: Use red/white colours for contrast X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af7f127707bbec1c919563ecbdca7cef93264e88;p=ipfire.org.git CSS: Use red/white colours for contrast Signed-off-by: Michael Tremer --- 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,