From e38cfa67b67d06340a921c4439c2f65fcd6ce0d2 Mon Sep 17 00:00:00 2001 From: beese_buck <16601315+geese-suck@users.noreply.github.com> Date: Tue, 1 Mar 2022 21:09:18 -0500 Subject: [PATCH] make new highlihgt thing work (#217) --- files/assets/css/classic.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/assets/css/classic.css b/files/assets/css/classic.css index 650e6ade9..0852071af 100644 --- a/files/assets/css/classic.css +++ b/files/assets/css/classic.css @@ -505,3 +505,8 @@ a.nav-link:hover { .sorting { padding-bottom: 0 !important; } + +.comment-anchor:target, .unread2 { + background: rgba(136,136,136,0.2); + padding: 12px; +}