summaryrefslogtreecommitdiff
path: root/style/curriculum.less
diff options
context:
space:
mode:
authorBart Haak <b.haak@student.tue.nl>2015-04-05 16:07:44 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-05 16:07:44 +0200
commitcb1d7b77e433f92830e5f04df231e0163d35254c (patch)
treeba750b398a90bafab019eaf0345e2c041305e2c9 /style/curriculum.less
parente3e7ff8a1251a4d01e70beac091ed43212fdf399 (diff)
downloadsite-cb1d7b77e433f92830e5f04df231e0163d35254c.tar.gz
style: improve colors and home page styling
Diffstat (limited to 'style/curriculum.less')
-rw-r--r--style/curriculum.less15
1 files changed, 7 insertions, 8 deletions
diff --git a/style/curriculum.less b/style/curriculum.less
index 1ae44ba..7ad46b0 100644
--- a/style/curriculum.less
+++ b/style/curriculum.less
@@ -13,10 +13,10 @@ body[data-page="curriculum"] #curriculum-menu {
}
.year {
display: block;
- background: @color-complement-0;
+ background: @color-year-background;
}
.quartile {
- background: @color-complement-1;
+ background: @color-quartile-background;
& > li {
display: inline-block;
@@ -25,10 +25,9 @@ body[data-page="curriculum"] #curriculum-menu {
}
}
.courses {
- background: @color-complement-2;
+ background: @color-courses-background;
& > li {
- background: @color-complement-3;
margin-top: 2px;
margin-bottom: 2px;
white-space: nowrap;
@@ -36,16 +35,16 @@ body[data-page="curriculum"] #curriculum-menu {
text-overflow: ellipsis;
&[data-type="bc"] {
- background-color: #FFC000;
+ background-color: @color-bc-background;
}
&[data-type="major"] {
- background-color: #31859B;
+ background-color: @color-major-background;
}
&[data-type="elective"] {
- background-color: #AB9AC0;
+ background-color: @color-elective-background;
}
&[data-type="bep"] {
- background-color: #C00000;
+ background-color: @color-bep-background;
}
}
}