Browse Source

Fix left border color on comments

For some reason (maybe only in the default/white theme), this was using
currentColor, making the "indentation" borders darker than they should
have been.
merge-requests/85/head
Deimos 5 years ago
parent
commit
1e5b61a4a5
  1. 1
      tildes/scss/modules/_comment.scss

1
tildes/scss/modules/_comment.scss

@ -3,6 +3,7 @@
.comment { .comment {
border-left: 1px solid; border-left: 1px solid;
border-color: inherit;
margin-bottom: 0.4rem; margin-bottom: 0.4rem;
&:target > .comment-itself { &:target > .comment-itself {

Loading…
Cancel
Save