From cff5cb1d3fbed90a81a2ed3c1903d00931481ecd Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Tue, 18 Jan 2022 18:09:12 -0500 Subject: [PATCH] Change reply line color --- static/css/comments.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/comments.css b/static/css/comments.css index 37a5d62..e228867 100644 --- a/static/css/comments.css +++ b/static/css/comments.css @@ -12,7 +12,7 @@ .replies { margin-left: 20px; - border-left: 2px #d2d2d2 solid; + border-left: 2px #424242 solid; padding-left: 8px; }