light.styl 410 Bytes
Newer Older
Joe TS Dell's avatar
Joe TS Dell committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$calendarBackground = #fff
$calendarBorderColor = #eceef1

$monthForeground = #5a6171
$monthBackground = #eceef1

$weekdaysBackground = #eceef1
$weekdaysForeground = #5a6171

$dayForeground = #484848
$dayHoverBackground = #e2e2e2

$todayColor = #bbb

$selectedDayBackground = #FF5A5F
$selectedDayForeground = #fff

$noCalendarBorder = true
@require "../flatpickr"

span.flatpickr-day.selected
	font-weight bold