Skip to content

Commit

Permalink
Fix the opacity that the frontend linter does not want us to have.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed May 28, 2024
1 parent c721677 commit 8b4f31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/CalendarQalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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! */
Expand Down

0 comments on commit 8b4f31e

Please sign in to comment.