css fixes, add recent notes, more robust quartz update

This commit is contained in:
Jacky Zhao
2023-08-20 12:46:37 -07:00
parent 5adf3c67a8
commit 236130ac22
8 changed files with 128 additions and 14 deletions

View File

@ -0,0 +1,23 @@
.recent-notes {
& > h3 {
font-size: 1rem;
}
& > ul.recent-ul {
list-style: none;
margin-top: 1.5rem;
padding-left: 0;
& > li {
margin: 1rem 0;
.section > .desc > h3 > a {
background-color: transparent;
}
.section > .meta {
margin: 0 0 0.5rem 0;
opacity: 0.6;
}
}
}
}