diff options
author | Alexis Hovorka <[email protected]> | 2022-10-26 13:53:55 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2022-10-26 13:53:55 -0600 |
commit | e816433580fd334b14efcca8a2f38dda55e9d700 (patch) | |
tree | b44c35437da835b6033a375a46da50f78881c372 /static | |
parent | 70957b187514bd85be940624e5cd1952bceaf77e (diff) |
[fix] Fix dark mode unclicked like button styling
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; |