From dbc3bf1b356eefed6e0cc5046e1ea728ec526b33 Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Mon, 18 Mar 2019 14:19:44 -0400 Subject: [PATCH] change feed url --- 2019/tv.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/2019/tv.html b/2019/tv.html index d9ed17ef..cf12a046 100644 --- a/2019/tv.html +++ b/2019/tv.html @@ -103,10 +103,18 @@ footer .mpost a { 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 { @@ -1789,7 +1797,7 @@ software projects.

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) => { -- 2.25.1