forked from sindresorhus/caprine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vibrancy.css
55 lines (45 loc) · 1.16 KB
/
vibrancy.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
html.vibrancy body,
html.vibrancy ._4sp8 {
background: transparent !important;
}
/* Message placeholder text color */
html.vibrancy ._kmc ._1p1t {
color: #999 !important;
-webkit-text-fill-color: #999 !important;
}
/* Contact list: search input */
html.vibrancy ._5iwm ._58al {
background-color: rgba(246, 247, 249, 0.5) !important;
}
/* Contact list: person container */
html.vibrancy ._1qt4 {
border-top: solid 1px rgba(0, 0, 0, 0.06);
}
/* Styles for vibrancy in dark mode */
html.dark-mode.vibrancy body {
background: rgba(0, 0, 0, 0.26) !important;
}
/* Main container? */
html.dark-mode.vibrancy ._4sp8 {
background: transparent !important;
}
/* Main content */
html.dark-mode.vibrancy ._1q5- {
background: transparent !important;
}
/* Message list: header above */
html.dark-mode.vibrancy ._5742 {
background: transparent !important;
}
/* Contact list: header above */
html.dark-mode.vibrancy ._36ic {
background: transparent !important;
}
/* Login button */
html.dark-mode.vibrancy button {
background: transparent !important;
}
/* Contact list: search input */
html.dark-mode.vibrancy ._5iwm ._58al {
background: rgba(255, 255, 255, 0.1) !important;
}