styling updates

This commit is contained in:
2025-07-15 14:40:38 -06:00
parent c93c0b0e22
commit 2432e0408f
5 changed files with 83 additions and 12 deletions

View File

@@ -57,7 +57,7 @@ export default function Day({ day, month }: { day: string; month: number }) {
const meetingClasses =
classOnThisDay && isInSemester && holidayNameToday.length === 0
? " bg-slate-900 "
: " ";
: " bg-gray-950";
const todayClasses = isToday
? " border border-blue-700 shadow-[0_0px_10px_0px] shadow-blue-500/50 "