From 5be46f92041711d26dc547f57fdbbc240cdcebeb Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 4 Oct 2023 13:43:46 +0300 Subject: [PATCH] fix post actions colors on mobile on 4chan theme --- files/assets/css/themes/4chan.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/themes/4chan.css b/files/assets/css/themes/4chan.css index fddb4bf9a..4c749b734 100644 --- a/files/assets/css/themes/4chan.css +++ b/files/assets/css/themes/4chan.css @@ -147,8 +147,8 @@ blockquote a { color: #949494 !important; } -.comment-actions > * { - color: var(--gray-500); +.comment-actions > *, .post-actions > * { + color: var(--gray-500) !important; } .spoiler, spoiler {