From c7e0234d33c556ec230941323eb4b2a783971239 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sat, 19 Dec 2020 21:44:30 -0800 Subject: [PATCH] Fix comment hover color --- static/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 4cd380a..161acf5 100644 --- a/static/style.css +++ b/static/style.css @@ -133,6 +133,7 @@ a:not(.post_right):hover { } #sort > div, footer > a { + box-shadow: var(--black-contrast); background: var(--outside); color: lightgrey; border-radius: 5px; @@ -270,10 +271,6 @@ small { /* border: 2px solid var(--foreground); */ } -.comment:hover { - background: var(--post); -} - .comment_left, .comment_right { display: flex; flex-direction: column;