Update backlink box border styling
This commit is contained in:
@@ -8,10 +8,8 @@ layout: default
|
||||
|
||||
<br />
|
||||
|
||||
<hr class="backlink-divider">
|
||||
|
||||
{% if page.backlinks.size > 0 %}
|
||||
<div class="backlink-box">
|
||||
{% if page.backlinks.size > 0 %}
|
||||
<h3>Notes mentioning this note</h3>
|
||||
<div>
|
||||
{% for backlink in page.backlinks %}
|
||||
@@ -20,7 +18,7 @@ layout: default
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<br />
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
.backlink-divider {
|
||||
color: var(--color-background-2);
|
||||
}
|
||||
|
||||
.backlink-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-top: 1px solid var(--color-background-2);
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
.backlinks {
|
||||
|
||||
Reference in New Issue
Block a user