Skip to content

Instantly share code, notes, and snippets.

@martin-w
martin-w / slack-dark.css
Last active September 25, 2018 20:51
slack dark mode
body { background: #1E1E1E; color: #e6e6e6; }
a { color: #949494; }
a:link, a:visited { color: #949494; }
a:hover, a:active, a:focus { color: #c7c7c7; }
hr { border-bottom: 1px solid #424242; border-top: 1px solid #1E1E1E; }