slack-black-theme
slack-black-theme copied to clipboard
Change CSS for attachment text
My theme looks pretty good for everything except for the attachment text from bots. For example:
Does anyone know what value to change to make the attachment text more readable? Normal text between me and my coworkers is readable, just not the attachment text
Also doesn't work on any sort of link preview
Change this
span.c-message__body,
a.c-message__sender_link,
span.c-message_attachment__media_trigger.c-message_attachment__media_trigger--caption,
div.p-message_pane__foreword__description span
{
color: #afafaf !important;
}
To this
span.c-message__body,
a.c-message__sender_link,
span.c-message_attachment__text,
.c-message_attachment__field_value,
span.c-message_attachment__media_trigger.c-message_attachment__media_trigger--caption,
div.p-message_pane__foreword__description span
{
color: #afafaf !important;
}
.c-message_attachment__field_title
{
font-weight: bold;
color: #afafaf !important;
}
@sdyrby I made that change in ssb-interop.js and it didn't change the attachment text