0
0
Fork 0

fix: style

This commit is contained in:
Javier Segarra 2024-05-17 09:50:18 +02:00
parent 5677a1af1b
commit dc597f73e2
2 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,7 @@ const containerClasses = computed(() => {
font-size: 13px; font-size: 13px;
&:hover { &:hover {
background-color: var(--vn-accent-color); background-color: var(--vn-label-color);
cursor: pointer; cursor: pointer;
} }
} }

View File

@ -174,6 +174,7 @@ const calendarHeaderTitle = computed(() => {
&.--event { &.--event {
background-color: $positive; background-color: $positive;
color: black;
} }
&.--excluded { &.--excluded {