aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar jpmschuler <jpmschuler@users.noreply.github.com>2021-11-25 00:14:59 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-25 04:44:59 +0530
commitf2d1f2d568105138efe64f205a93c5d200354272 (patch)
treea40217a108953f4712cf31fab13582eb8d845a7e /recipes
parentAdded recipe for Circuit (#771) (diff)
downloadferdium-recipes-f2d1f2d568105138efe64f205a93c5d200354272.tar.gz
ferdium-recipes-f2d1f2d568105138efe64f205a93c5d200354272.tar.zst
ferdium-recipes-f2d1f2d568105138efe64f205a93c5d200354272.zip
fix slack darkmode not working due to forced bgcolor of elements in original slack css (#770)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/slack/darkmode.css14
-rw-r--r--recipes/slack/package.json2
2 files changed, 14 insertions, 2 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}
diff --git a/recipes/slack/package.json b/recipes/slack/package.json
index 3a8f248..77f5a5b 100644
--- a/recipes/slack/package.json
+++ b/recipes/slack/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "slack", 2 "id": "slack",
3 "name": "Slack", 3 "name": "Slack",
4 "version": "1.3.3", 4 "version": "1.3.4",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://{teamId}.slack.com", 7 "serviceURL": "https://{teamId}.slack.com",