From c3a86c021d15542051ac6f1878a4b30429ea68a9 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Fri, 7 Oct 2016 16:48:54 +0200 Subject: [PATCH] Add a lightyellow background color to the linked comment --- css/freepost.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/freepost.css b/css/freepost.css index c7052eb4..8d7b49e3 100644 --- a/css/freepost.css +++ b/css/freepost.css @@ -281,6 +281,12 @@ html, body margin: .5em 0 0 1.5em; word-wrap: break-word; } + + /* Give the comment that's linked to in the URL location hash a lightyellow background color */ + .content > .post > .comments > a:target + .comment { + background-color: lightyellow; + } + /* User home page */ .content table.user @@ -400,5 +406,3 @@ html, body width: 1px; } - -