From 919114234d98e4c03967f95746fc6d77441c7a38 Mon Sep 17 00:00:00 2001 From: ShaneQful Date: Sat, 23 Jan 2016 14:53:32 +0000 Subject: [PATCH] Missed one colour contrast issue for WCAG AA --- assets/stylesheets/global/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/global/_variables.scss b/assets/stylesheets/global/_variables.scss index ce924890..d5d6c8a2 100644 --- a/assets/stylesheets/global/_variables.scss +++ b/assets/stylesheets/global/_variables.scss @@ -24,7 +24,7 @@ $focusText: #000; $loadingText: #ccc; $splashText: #ccc; -$selectionBackground: #398df0; +$selectionBackground: #3076c9; $selectionBorder: #196fc2; $selectionText: #fff;