Colour events to make them visible
This commit is contained in:
parent
093a6816bc
commit
1217104cd2
2 changed files with 10 additions and 2 deletions
|
@ -38,5 +38,9 @@
|
|||
}
|
||||
|
||||
.break {
|
||||
background-color: rgb(78, 78, 143);
|
||||
background-color: color-mix(in oklab, var(--background), rgb(50, 50, 255) 60%);
|
||||
}
|
||||
|
||||
.event {
|
||||
background-color: color-mix(in oklab, var(--background), rgb(255, 125, 50) 60%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue