/* * Scss manually converted from .styl (stylus) file. * Stylus functions/syntax => sass function/syntax: * alpha => rgba */ /*stylelint-disable*/ $calendarBackground: var(--white); $calendarBorderColor: var(--gray-02); $monthForeground: var(--body-color); $monthBackground: var(--white); $weekdaysBackground: var(--white); $weekdaysForeground: var(--body-color); // $dayForeground: rgb(white 0.95); $dayHoverBackground: hsl(175, 62%, 96%); $todayColor: var(--brand); $today_fg_color: var(--white); $selectedDayBackground: var(--brand); $todayColor: var(--brand); $arrow_hover_color: var(--brand);