mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
2291f3e00e
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
14 lines
278 B
CSS
14 lines
278 B
CSS
.torrent {
|
|
composes: label from '~Components/Label.css';
|
|
|
|
border-color: var(--torrentColor);
|
|
background-color: var(--torrentColor);
|
|
}
|
|
|
|
.usenet {
|
|
composes: label from '~Components/Label.css';
|
|
|
|
border-color: var(--usenetColor);
|
|
background-color: var(--usenetColor);
|
|
}
|