aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/workplace
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-12 08:57:54 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-12 08:57:54 +0530
commit52ca44b9df4dafcdc0eaa517146638e01fca5449 (patch)
tree6df3814408495402b7c9a409f94a634b6e25bd73 /recipes/workplace
parentchore: fixed issue with incorrect eslint config (diff)
downloadferdium-recipes-52ca44b9df4dafcdc0eaa517146638e01fca5449.tar.gz
ferdium-recipes-52ca44b9df4dafcdc0eaa517146638e01fca5449.tar.zst
ferdium-recipes-52ca44b9df4dafcdc0eaa517146638e01fca5449.zip
Enabled darkmode for
Facebook Messenger Facebook Workplace Chat (Facebook at work) Slack Google Calendar Whatsapp LinkedIn Telegram Instagram (from: https://github.com/ducfilan/Dark-mode-Franz-Ferdi)
Diffstat (limited to 'recipes/workplace')
-rw-r--r--recipes/workplace/darkmode.css67
-rw-r--r--recipes/workplace/package.json2
2 files changed, 68 insertions, 1 deletions
diff --git a/recipes/workplace/darkmode.css b/recipes/workplace/darkmode.css
new file mode 100644
index 0000000..396429a
--- /dev/null
+++ b/recipes/workplace/darkmode.css
@@ -0,0 +1,67 @@
1/* Copied from: https://github.com/ducfilan/Dark-mode-Franz-Ferdi */
2
3body,
4.po7knmyp,
5._5f0v,
6._6q1a ._4sp8,
7.nyxn78s7,
8._3z62,
9._4u-c,
10.gp5lzjy8,
11._6q1a ._5irm._7mkm,
12.po7knmyp,
13.gp5lzjy8,
14.i2eieyeb,
15.nred35xi {
16 background-color: #000 !important;
17 color: #cecece !important;
18}
19
20._6q1a ._5irm._7mkm {
21 border-top: 1px solid;
22}
23
24h1,
25h2,
26h3,
27h4,
28h5,
29span,
30.oo9gr5id,
31._364g,
32._4p9w ._1ht6,
33._497p,
34._ih3,
35._4k7a,
36.oo9gr5id {
37 color: #95a5a6 !important;
38}
39
40._5i_d,
41._29_7 ._3058._s1-._4k7c {
42 border: 1px solid rgba(255, 255, 255, 0.1);
43}
44
45span._509v {
46 background: none;
47}
48
49._nd_ ._hh7 {
50 background-color: #0084ff !important;
51}
52
53._nd_ ._hh7 span {
54 color: #fff !important;
55}
56
57._4rv3._7og6 svg path {
58 fill: #cecece;
59}
60
61._7kpk {
62 background-color: rgba(68, 68, 68, 0.82);
63}
64
65._6q1a ._8rsr {
66 fill: #000;
67}
diff --git a/recipes/workplace/package.json b/recipes/workplace/package.json
index 3b6a089..5be0095 100644
--- a/recipes/workplace/package.json
+++ b/recipes/workplace/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "workplace", 2 "id": "workplace",
3 "name": "Workplace", 3 "name": "Workplace",
4 "version": "1.1.3", 4 "version": "1.2.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://{teamId}.workplace.com/chat", 7 "serviceURL": "https://{teamId}.workplace.com/chat",