Make events for which the user is enroled more distinguishable.

This commit is contained in:
Daru13 2018-11-24 06:01:00 +01:00
parent ad02830521
commit 6cc04e3792

View file

@ -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;`
],