hacktoberfestsonarrradarrplexorganizrnginxthemedark-themesubfilterguacamoleskinsombilidarrdocker-modsdark-themesdark-modecustom-csscssthemes-customthemes-css
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
532 B
19 lines
532 B
[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;
|
|
}
|