mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00: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;
|
|
}
|
|
}
|
|
}
|
|
}
|