From e6621861694a9ed45513d72b3ba21f45e34aeb9d Mon Sep 17 00:00:00 2001 From: Ben Haynes Date: Fri, 7 May 2021 14:22:21 -0400 Subject: [PATCH] Calendar no events styling --- app/src/styles/lib/_fullcalendar.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/styles/lib/_fullcalendar.scss b/app/src/styles/lib/_fullcalendar.scss index 986db08bf0..ccb7af160e 100644 --- a/app/src/styles/lib/_fullcalendar.scss +++ b/app/src/styles/lib/_fullcalendar.scss @@ -20,6 +20,10 @@ } } + .fc-list-empty { + background-color: var(--background-subdued) !important; + } + .fc-daygrid-more-link { font-weight: 600; color: var(--primary);