fix post actions colors on mobile on 4chan theme

pull/211/head
Aevann 2023-10-04 13:43:46 +03:00
parent 6d413aa7a7
commit 5be46f9204
1 changed files with 2 additions and 2 deletions

View File

@ -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 {