Skip to content

Instantly share code, notes, and snippets.

@brbatwork
brbatwork / slack-dark-theme.css
Last active February 7, 2019 16:09 — forked from bradens/slack-dark-theme.css
Dark theme for slack
body { background: #222; color: #e6e6e6; }
span.c-message_kit__text { color: #ffffff !important; }
a { color: #949494; }
a:link, a:visited { color: #949494; }
a:hover, a:active, a:focus { color: #c7c7c7; }