From 6cc04e3792ac8cff32c16c8b4081983bca993b65 Mon Sep 17 00:00:00 2001 From: Daru13 Date: Sat, 24 Nov 2018 06:01:00 +0100 Subject: [PATCH] Make events for which the user is enroled more distinguishable. --- event/static/js/calendar.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/event/static/js/calendar.js b/event/static/js/calendar.js index 1512492..a13ff83 100644 --- a/event/static/js/calendar.js +++ b/event/static/js/calendar.js @@ -267,14 +267,14 @@ class Calendar { id: styleID, normal: [ - `background-color: hsl(${hue}, 60%, 80%);`, - `border-color: hsl(${hue}, 50%, 50%);`, + `background-color: hsl(${hue}, 40%, 80%);`, + `border-color: hsl(${hue}, 40%, 50%);`, `color: #000;` ], hover: [ - `background-color: hsl(${hue}, 65%, 85%);`, - `border-color: hsl(${hue}, 52%, 55%);`, + `background-color: hsl(${hue}, 55%, 85%);`, + `border-color: hsl(${hue}, 45%, 55%);`, `color: #000;` ],