Newer
Older
/* Note that any color adjustments here must also be reflected in custom.css!! */
@tailwind components;
@tailwind utilities;
:root {
--primary: theme('colors.gray.800');
--info: theme('colors.aura.purple');
padding: 1px 2px;
background-color: theme('colors.gray.800');
border-color: theme('colors.gray.900');
color: white;
background-color: theme('colors.gray.300');
border-color: theme('colors.gray.400');
color: theme('colors.gray.900');
color: theme('colors.gray.900');
cursor: pointer;
background-color: theme('colors.aura.purple');
border-color: theme('colors.indigo.800');
color: white;
.currentShow.emptySlot {
background-color: theme('colors.red.600');
border-color: theme('colors.red.800');
color: white;
background-color: theme('colors.aura.purple') !important;
border-color: theme('colors.indigo.800') !important;
color: white;
background-color: theme('colors.red.500');
opacity: 0.5;
text-decoration: line-through !important;
color: white;
background-color: theme('colors.aura.purple');
border-color: theme('colors.indigo.800');
background-color: theme('colors.aura.purple');
border-color: theme('colors.indigo.800');
opacity: 0.5;
font-weight: bold;

Richard Blechinger
committed
.fc-day-header.fc-day-header {

Richard Blechinger
committed
}
.fc-day-header:hover {
background: theme('colors.gray.200');
cursor: pointer;

Richard Blechinger
committed
}
.fc-day-selected {
background: theme('colors.red.500');
color: white;

Richard Blechinger
committed
}
.fc-day-selected:hover {

Richard Blechinger
committed
}