10 lines
169 B
SCSS
10 lines
169 B
SCSS
|
|
.drp-calendar {
|
|
.calendar-table {
|
|
td.today:not(.active) {
|
|
background-color: lighten(#357ebd, 40);
|
|
color: #357ebd;
|
|
}
|
|
}
|
|
}
|