Bugfix radioprogrammas niet op hele uren

This commit is contained in:
2020-01-21 00:06:51 +01:00
parent ab00033312
commit a740bdfe96
2 changed files with 8 additions and 3 deletions

View File

@@ -144,8 +144,13 @@
}
.schedule .program.non-stop {
color: #6c757d;
border-color: #6C757D;
color: #6C757D;
}
.schedule .program.non-stop .program-title {
background-color: #8F9BA6;
}
.schedule .program.special {
color: #03A6E0;