Add RSS plugin (#192)

This commit is contained in:
Simon Lecoq
2021-03-21 12:14:05 +01:00
committed by GitHub
parent 3df4159026
commit 30fb3b4a41
14 changed files with 234 additions and 2 deletions

View File

@@ -904,6 +904,18 @@
stroke-width: 6;
}
/* RSS feed */
.rss {
align-items: flex-start;
}
.rss .infos {
margin-bottom: 3px;
}
.rss .infos .date {
font-size: 10px;
color: #666666;
}
/* Fade animation */
.af {
opacity: 0;