diff --git a/black.css b/black.css index ba20016..ec817e1 100644 --- a/black.css +++ b/black.css @@ -822,6 +822,9 @@ ts-message.active .edited, ts-message.active .reply_bar .last_reply_at, ts-messa .p-threads_footer__input .p-message_input_file_button { background: var(--background) !important; } +.c-icon_button--light.c-button-unstyled { + color: var(--text); +} /* editor in thread reply */ #convo_tab .message_input, #convo_tab textarea#msg_text { @@ -1475,6 +1478,9 @@ nav { .c-message_kit__background--editing { background: var(--background-hover); } +.c-message_kit__file__meta__text { + color: var(--text-special); +} .c-message--highlight, .c-message--highlight_yellow_bg { background: var(--background); }