From 23880b7ca2b7b1cf668686ee7d5926d5ced1604b Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 19 Jul 2018 20:21:32 +0200 Subject: [PATCH] Add comment:target border-left to indicate linked comment from URL --- tildes/scss/modules/_comment.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tildes/scss/modules/_comment.scss b/tildes/scss/modules/_comment.scss index da463eb..64aa7f6 100644 --- a/tildes/scss/modules/_comment.scss +++ b/tildes/scss/modules/_comment.scss @@ -19,6 +19,10 @@ font-size: 0.6rem; } } + + &:target > .comment-itself { + border-left: 3px solid $yellow !important; + } } .comment[data-comment-depth="0"] {