From 8b4f31e2538f3f553b5b7c7bcc43c3ceba82ead9 Mon Sep 17 00:00:00 2001 From: Melissa Autumn Date: Tue, 28 May 2024 06:45:37 -0700 Subject: [PATCH] Fix the opacity that the frontend linter does not want us to have. --- frontend/src/components/CalendarQalendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/CalendarQalendar.vue b/frontend/src/components/CalendarQalendar.vue index f1939bd39..b5059a1ac 100644 --- a/frontend/src/components/CalendarQalendar.vue +++ b/frontend/src/components/CalendarQalendar.vue @@ -451,7 +451,7 @@ watch(route, () => { --qalendar-theme-color: var(--qalendar-blue) !important; --qalendar-light-gray: theme('colors.gray.600') !important; --qalendar-dark-mode-line-color: var(--qalendar-appointment-border-color); - --qalendar-option-hover: theme('colors.gray.500') 66 !important; /* note: the appended hex 66 makes 40% opacity */ + --qalendar-option-hover: theme('colors.gray.500')66 !important; /* note: the appended hex 66 makes 40% opacity */ } /* Ensure smol mode is clickable, and noticeable! */