basic rss support

This commit is contained in:
zoe 2022-04-16 18:45:12 +02:00
parent 9b35c941c5
commit c06f6add4b
10 changed files with 26 additions and 8 deletions

View file

@ -158,6 +158,14 @@ h6a.light {
h6a.light:hover {
background-color: transparent; }
h1 #rss-title {
background-color: transparent;
color: #413c74; }
h1 #rss-title:hover {
background-color: transparent; }
h1 #rss-title.light {
color: #ffffff; }
header.light {
background-color: #ffffff; }
@ -365,6 +373,7 @@ ul {
h1 {
font-size: 42pt; }
h1 a,
h2 a {
font-size: 42pt;
font-style: bold; }