Update logic for Back Home, and also add metadata to homepage

This commit is contained in:
Evan G. 2024-05-20 10:20:24 -05:00
parent 378d0f14d6
commit 50be8a59ca
4 changed files with 16 additions and 3 deletions

View file

@ -25,6 +25,17 @@
text-decoration: none;
}
.summary {
padding-left: 3.5rem;
color: #f1f3f7
padding-left: 1.5rem;
color: #f1f3f7;
margin-top: 0.1rem;
}
.metadata {
padding-left: 0.5rem;
border-top-style: none;
border-bottom-style: none;
padding-bottom: 0.3rem;
}
.metadata a {
text-decoration: underline;
color: pink;
}