Files
Prowlarr/frontend/src/Search/Table/ProtocolLabel.css
2022-05-14 21:54:44 -05: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);
}