quartz-research-note/quartz/components/styles/backlinks.scss

21 lines
246 B
SCSS
Raw Normal View History

2023-06-20 03:37:45 +00:00
.backlinks {
2023-07-13 07:19:35 +00:00
position: relative;
2023-06-20 03:37:45 +00:00
& > h3 {
font-size: 1rem;
margin: 0;
}
& > ul {
list-style: none;
padding: 0;
2023-07-02 20:08:29 +00:00
margin: 0.5rem 0;
2023-06-20 03:37:45 +00:00
& > li {
& > a {
background-color: transparent;
}
}
}
}