diff --git a/quartz/components/styles/recentNotes.scss b/quartz/components/styles/recentNotes.scss index 726767198..ef4dfaf9b 100644 --- a/quartz/components/styles/recentNotes.scss +++ b/quartz/components/styles/recentNotes.scss @@ -1,24 +1,31 @@ -.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; - } - } - } +.recent-notes>h3 { + margin: .5rem 0 0; + font-size: 1rem } + +.recent-notes>ul.recent-ul { + margin-top: 1rem; + padding-left: 0; + list-style: none +} + +.recent-notes>ul.recent-ul>li { + margin: 1rem 0 +} + +.recent-notes>ul.recent-ul>li .section>.desc>h3>a { + background-color: #0000 +} + +.recent-notes>ul.recent-ul>li .section>.meta { + opacity: .6; + margin: 0 0 .5rem +} + +.left .recent-notes:nth-last-child(2) { + grid-area: 3/1/3/3 +} + +.left .recent-notes:last-child { + grid-area: 4/1/4/3 +} \ No newline at end of file