1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/components/guide/programs.scss
2021-03-19 14:00:59 -04:00

19 lines
246 B
SCSS

.newTvProgram {
background: #38c;
color: #fff;
}
.liveTvProgram {
background: #c33;
color: #fff;
}
.premiereTvProgram {
background: #ef6c00;
color: #fff;
}
.repeatTvProgram {
background: #009688;
color: #fff;
}