change feed url
authorValessioBrito <contato@valessiobrito.com.br>
Mon, 18 Mar 2019 18:19:44 +0000 (14:19 -0400)
committerValessioBrito <contato@valessiobrito.com.br>
Mon, 18 Mar 2019 18:19:44 +0000 (14:19 -0400)
2019/tv.html

index d9ed17efbe5fed8b0fa5318011daaeb157b9d24f..cf12a04602136b70b920123b074dec01c7358a2e 100644 (file)
@@ -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.</p>
 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) => {