Skip to content

Instantly share code, notes, and snippets.

@MattIPv4
Last active May 4, 2019 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattIPv4/013b70e1cae5e9fa81d8250c3b034721 to your computer and use it in GitHub Desktop.
Save MattIPv4/013b70e1cae5e9fa81d8250c3b034721 to your computer and use it in GitHub Desktop.
@import url(https://cdn.rawgit.com/laCour/slack-night-mode/master/css/raw/black.css);
.menu ul li a:not(.inline_menu_link) {color: #fff !important;}
#p_thread_view_container > .p-threads_view { background-color: #222; }
#p_thread_view_container > .p-threads_view .p-threads_view_header__permalink { color: #e6e6e6 !important; }
#p_thread_view_container > .p-threads_view .p-threads_view__default_background { background-color: #222; }
#p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p-threads_view_root,
#p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p-threads_view_reply,
#p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p-threads_view__footer { border-color: #363636; }
#p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p_threads_view_load_newer_button,
#p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p_threads_view_load_older_button { background-color: #363636; border-color: #363636; }
#p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p_threads_view_load_newer_button > button,
#p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p_threads_view_load_older_button > button { color: #e6e6e6; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment