mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-09 12:42:40 +01:00
a56b789361
* make alt calendar addons inital * readarr addon * whisparr alt calendar * move color impaired css into bases
19 lines
532 B
CSS
19 lines
532 B
CSS
[class*="CalendarEvent-downloaded-"] {
|
|
background: rgb(var(--calendar-downloaded) / .4) !important;
|
|
}
|
|
|
|
[class*="CalendarEvent-downloading-"] {
|
|
background: rgb(var(--calendar-downloading) / .4) !important;
|
|
}
|
|
|
|
[class*="CalendarEvent-unmonitored-"] {
|
|
background: rgb(var(--calendar-unmonitored) / .4) !important;
|
|
}
|
|
|
|
[class*="CalendarEvent-missing-"] {
|
|
background: rgb(var(--calendar-missing) / .4) !important;
|
|
}
|
|
|
|
[class*="CalendarEvent-unreleased-"] {
|
|
background: rgb(var(--calendar-unreleased) / .4) !important;
|
|
} |