List unread items on home page (#6)

- Fix feed update (latent bug on #4)
This commit is contained in:
2024-04-13 12:10:07 -04:00
parent d9dc3ec361
commit 9b2190252f
5 changed files with 50 additions and 9 deletions

View File

@@ -5,8 +5,15 @@ html {
body {
margin: 0;
font-size: 1rem;
background: linear-gradient(135deg, #eeeeff, #ddddff, #eeeeff, #ccccff);
/* background-color: #eeeeee; */
background: linear-gradient(135deg, #eeeeff, #ddddff, #eeeeff, #ccccff) fixed;
}
a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: navy;
}
a:hover {
text-decoration: underline;
}
header {
padding: 0 1rem .5rem 1rem;
@@ -25,10 +32,6 @@ header {
a:link, a:visited {
color: white;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
}
main {