summaryrefslogtreecommitdiff
path: root/style/curriculum.less
diff options
context:
space:
mode:
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;
}
}
}