diff --git a/src/app.module.css b/src/app.module.css index 1273ee9f..20cd05b9 100644 --- a/src/app.module.css +++ b/src/app.module.css @@ -15,7 +15,3 @@ padding: 5px; } } - -select, button, input, textarea { - filter: var(--filter80); -} \ No newline at end of file diff --git a/src/components/post/post.module.css b/src/components/post/post.module.css index ca9a6103..4c24a644 100644 --- a/src/components/post/post.module.css +++ b/src/components/post/post.module.css @@ -57,6 +57,7 @@ .postDesktop .checkbox, .replyDesktop .checkbox { padding: 3px 7px 3px 4px; + filter: var(--filter80); } .postDesktop .subject {