diff --git a/css/freepost.css b/css/freepost.css index c7052eb..8d7b49e 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; } - -