aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slack/darkmode.css
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/slack/darkmode.css')
-rw-r--r--recipes/slack/darkmode.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/recipes/slack/darkmode.css b/recipes/slack/darkmode.css
index 1fe857b..8a5d0d2 100644
--- a/recipes/slack/darkmode.css
+++ b/recipes/slack/darkmode.css
@@ -1,6 +1,18 @@
1/* Copied from: https://github.com/ducfilan/Dark-mode-Franz-Ferdi */ 1/* Copied from: https://github.com/ducfilan/Dark-mode-Franz-Ferdi */
2 2
3body { 3body,
4.c-message_kit__background,
5.p-workspace__input,
6.p-view_header,
7.p-bookmarks_bar,
8.p-drafts_page,
9.p-threads_view__default_background,
10.p-threads_view_load_older_message,
11.c-basic_container__body,
12.c-pillow_file__snippet__content .CodeMirror,
13.p-flexpane--iap1 .p-flexpane_header,
14.p-message_input__input_container_unstyled,
15.p-drafts_page__draft {
4 background: #222; 16 background: #222;
5 color: #e6e6e6; 17 color: #e6e6e6;
6} 18}