Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ikasoba committed Jul 7, 2023
1 parent cb00900 commit 79a595b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/theme-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ button:hover.post-rt-button.post-button-off * {
gap: 0.5rem;
}

#posts > .post-wrap {
#posts > .post-wrap, #notices > .notice-wrap {
border-bottom: solid 1px var(--border-color);
}

#posts > .post-wrap:last-child {
#posts > .post-wrap:last-child, #notices > .notice-wrap {
border-bottom: none;
}

Expand Down

0 comments on commit 79a595b

Please sign in to comment.