blob: 93b42136f4cf52bc098da1b98e641056d19e2181 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
label.date-scheduled {
color: @theme_selected_bg_color;
font-size: 1.4rem;
font-weight: bold;
}
label.date-overdue {
color: #ee2222;
font-size: 1.4rem;
font-weight: bold;
}
|