20 lines
252 B
CSS
20 lines
252 B
CSS
.newTvProgram {
|
|
background: #3388cc;
|
|
color: #fff;
|
|
}
|
|
|
|
.liveTvProgram {
|
|
background: #cc3333;
|
|
color: #fff;
|
|
}
|
|
|
|
.premiereTvProgram {
|
|
background: #EF6C00;
|
|
color: #fff;
|
|
}
|
|
|
|
.repeatTvProgram {
|
|
background: #009688;
|
|
color: #fff;
|
|
}
|