Update backlink box border styling

This commit is contained in:
2026-09-21 23:19:32 -04:00
parent 31fc89726d
commit 8aebc523c8
2 changed files with 4 additions and 8 deletions

View File

@@ -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 {