mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 09:20:01 +02:00
20 lines
246 B
SCSS
20 lines
246 B
SCSS
.backlinks {
|
|
position: relative;
|
|
|
|
& > h3 {
|
|
font-size: 1rem;
|
|
margin: 0;
|
|
}
|
|
|
|
& > ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0.5rem 0;
|
|
|
|
& > li {
|
|
& > a {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
}
|
|
}
|