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,
|
id: styleID,
|
||||||
|
|
||||||
normal: [
|
normal: [
|
||||||
`background-color: hsl(${hue}, 60%, 80%);`,
|
`background-color: hsl(${hue}, 40%, 80%);`,
|
||||||
`border-color: hsl(${hue}, 50%, 50%);`,
|
`border-color: hsl(${hue}, 40%, 50%);`,
|
||||||
`color: #000;`
|
`color: #000;`
|
||||||
],
|
],
|
||||||
|
|
||||||
hover: [
|
hover: [
|
||||||
`background-color: hsl(${hue}, 65%, 85%);`,
|
`background-color: hsl(${hue}, 55%, 85%);`,
|
||||||
`border-color: hsl(${hue}, 52%, 55%);`,
|
`border-color: hsl(${hue}, 45%, 55%);`,
|
||||||
`color: #000;`
|
`color: #000;`
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue