/* Copyright (c) 2019 Shellyl_N and Authors
 * license: ISC
 * https://github.com/shellyln
 */


div.CalendarView-item-chip.expired {
    background-color: var(--sticky-red-color);
}
div.CalendarView-item-chip.archived {
    color: var(--weak-text-color);
}
