dark.styl 386 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
$calendarBackground = #3f4458
$calendarBorderColor = darken(#3f4458, 50%)

$monthForeground = #fff
$monthBackground = #3f4458

$weekdaysBackground = transparent
$weekdaysForeground = #fff

$dayForeground = alpha(white, 0.95)
$dayHoverBackground = lighten($calendarBackground, 25%)

$todayColor = #eee
$today_fg_color = #3f4458

$selectedDayBackground = #80CBC4

@require "../flatpickr"