diff --git a/src/lib/components/calendar.svelte b/src/lib/components/calendar.svelte index a978976..77ad8dd 100644 --- a/src/lib/components/calendar.svelte +++ b/src/lib/components/calendar.svelte @@ -261,7 +261,7 @@ } .nav-btn:hover { - background: rgba(233, 161, 167, 0.1); + background: rgba(0, 159, 183, 0.1); border-color: #009FB7; } @@ -347,7 +347,7 @@ } .day.today { - background: rgba(233, 161, 167, 0.1); + background: rgba(0, 159, 183, 0.1); } .day.today .date {