diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 3e981ff..8d0c1a2 100644 --- a/static/style.css +++ b/static/style.css @@ -14,7 +14,8 @@ html.invert { --filter: invert(1) } }*/ html, pre.hljs, img:not(.emoji):not([alt^=Diagram]), -#like-post, #end, .emoji-container { filter: var(--filter) } +#like-post.liked, #like-post:hover, +#end, .emoji-container { filter: var(--filter) } html { background: #fff; |