1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-22 17:04:12 -04:00
Files
Sonarr/frontend/src/Activity/Queue/ProtocolLabel.css
Qstick 2291f3e00e New: Native Theme Engine
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
2022-08-07 15:24:38 -07:00

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);
}