From 1e5b61a4a56866dc8278ef2cc766bfc27080f673 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 7 Oct 2019 14:23:10 -0600 Subject: [PATCH] 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. --- tildes/scss/modules/_comment.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/scss/modules/_comment.scss b/tildes/scss/modules/_comment.scss index 297ab0e..9daeaa9 100644 --- a/tildes/scss/modules/_comment.scss +++ b/tildes/scss/modules/_comment.scss @@ -3,6 +3,7 @@ .comment { border-left: 1px solid; + border-color: inherit; margin-bottom: 0.4rem; &:target > .comment-itself {