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.
This commit is contained in:
Deimos
2019-10-07 14:23:10 -06:00
parent c59be2ea64
commit 1e5b61a4a5

View File

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