Refines calendar event color and hover styling

Adjusts color mix percentages for better visual contrast
Removes left border from event items

Improves overall event styling consistency
This commit is contained in:
Janus C. H. Knudsen 2025-12-11 00:03:56 +01:00
parent af6283d50d
commit 67b59e0993

View file

@ -366,13 +366,12 @@ swp-header-item {
user-select: none;
transition: background-color 200ms ease;
/* Color system fra swp-event */
background-color: color-mix(in srgb, var(--b-primary) 10%, var(--b-mix));
/* Color system - inverted from swp-event */
background-color: color-mix(in srgb, var(--b-primary) 15%, var(--b-mix));
color: var(--b-text);
border-left: 4px solid var(--b-primary);
&:hover {
background-color: color-mix(in srgb, var(--b-primary) 15%, var(--b-mix));
background-color: color-mix(in srgb, var(--b-primary) 10%, var(--b-mix));
}
/* Dragging state */