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;