Skip to content

Commit 352a98e

Browse files
committed
_sass: Darken colors for sufficient schedule-event contrast
1 parent 90b35d6 commit 352a98e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_sass/custom/schedule.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373

7474
.schedule-event {
75-
background-color: $grey-dk-000;
75+
background-color: $grey-dk-100;
7676
border-radius: $border-radius;
7777
box-shadow: 0 10px 20px rgba(0, 0, 0, .1), inset 0 -3px 0 rgba(0, 0, 0, .2);
7878
color: $white;
@@ -93,15 +93,15 @@
9393
}
9494

9595
&.lecture {
96-
background-color: $grey-dk-000;
96+
background-color: $grey-dk-100;
9797
}
9898

9999
&.section {
100-
background-color: $purple-000;
100+
background-color: $purple-100;
101101
}
102102

103103
&.office-hours {
104-
background-color: $blue-000;
104+
background-color: $blue-100;
105105
}
106106
}
107107
}

0 commit comments

Comments
 (0)