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:
parent
af6283d50d
commit
67b59e0993
1 changed files with 3 additions and 4 deletions
|
|
@ -366,13 +366,12 @@ swp-header-item {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
transition: background-color 200ms ease;
|
transition: background-color 200ms ease;
|
||||||
|
|
||||||
/* Color system fra swp-event */
|
/* Color system - inverted from swp-event */
|
||||||
background-color: color-mix(in srgb, var(--b-primary) 10%, var(--b-mix));
|
background-color: color-mix(in srgb, var(--b-primary) 15%, var(--b-mix));
|
||||||
color: var(--b-text);
|
color: var(--b-text);
|
||||||
border-left: 4px solid var(--b-primary);
|
|
||||||
|
|
||||||
&:hover {
|
&: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 */
|
/* Dragging state */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue