mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
27 lines
419 B
SCSS
27 lines
419 B
SCSS
.recent-notes {
|
|
view-transition-name: recent-notes;
|
|
|
|
& > h3 {
|
|
margin: 0.5rem 0 0 0;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
& > ul.recent-ul {
|
|
list-style: none;
|
|
margin-top: 1rem;
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
}
|