From ee5b26280d93acbc596b580dcd788e3b0d8a72e1 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 8 Apr 2015 11:32:08 +0200 Subject: curriculum: Improve readability of colors --- style/colors.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/colors.less b/style/colors.less index 293f186..4a11e41 100644 --- a/style/colors.less +++ b/style/colors.less @@ -22,9 +22,9 @@ @color-quartile-background: #D3D3D3; @color-courses-background: #E5ECF0; @color-bc-background: #FCE567; -@color-major-background: #AEB1E6; -@color-elective-background: #8FBC8F; -@color-bep-background: #F08080; +@color-major-background: #C1C1FF; +@color-elective-background: #B2E0B2; +@color-bep-background: #FFB2B2; @color-primary-0: #A5C9E1; -- cgit v1.2.1