keroosha.cybergulag.today/quartz/components/styles/backlinks.scss

21 lines
246 B
SCSS
Raw Normal View History

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