border-right: 3px solid #4F0276;
}
-.program-timeslot-header {
- background: #52ce73;
+.program-day-header {
+ text-align: center;
+ color: #FFF;
+ /*
color: #4F0276;
+ background: #52ce73;
border-radius: 100%;
+ */
+}
+
+.program-timeslot-header {
+ color: #52ce73;
text-align: center;
}
.program-session-header h2 {
const DOMPARSER = new DOMParser().parseFromString.bind(new DOMParser())
var frag = document.createDocumentFragment()
var hasBegun = true
-var feedUrl = 'https://status.fsf.org/fsf/tag/libreplanet/rss'
+var feedUrl = 'https://quitter.im/libreplanet/all/rss'
/* Fetch the RSS Feed */
fetch(feedUrl).then((res) => {
res.text().then((xmlTxt) => {