Colour events to make them visible

This commit is contained in:
Hornwitser 2025-02-27 19:18:39 +01:00
parent 093a6816bc
commit 1217104cd2
2 changed files with 10 additions and 2 deletions

View file

@ -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%);
}