Make events for which the user is enroled more distinguishable.
This commit is contained in:
parent
ad02830521
commit
6cc04e3792
1 changed files with 4 additions and 4 deletions
|
@ -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;`
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue