summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-04-08 11:32:08 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-08 11:32:08 +0200
commitee5b26280d93acbc596b580dcd788e3b0d8a72e1 (patch)
tree25421511d9be6c4f4cfd334897240d03cf7882f7
parentf87d596b69e9889cb1ca7a4f0294fe2f91d2fca0 (diff)
downloadsite-ee5b26280d93acbc596b580dcd788e3b0d8a72e1.tar.gz
curriculum: Improve readability of colors
-rw-r--r--style/colors.less6
1 files 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;