Skip to content

Commit

Permalink
Remove background for weeks on monthly view
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschwabauer committed Jan 5, 2024
1 parent 5275bd5 commit 44144a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/CalendarMonth.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@
justify-content: center;
font-size: 0.75rem;
color: rgba(0, 0, 0, 0.75);
background-color: rgba(0, 0, 0, 0.02);
border-top: solid 1px var(--outline);
border-left: solid 1px var(--outline-high);
margin-bottom: -1px;
&.last-week {
border-top: none;
margin-bottom: 0px;
}
}
.day {
Expand Down

0 comments on commit 44144a1

Please sign in to comment.