forked from sameerasw/my-internet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.whatsapp.com.css
53 lines (48 loc) · 1.51 KB
/
web.whatsapp.com.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
/* wa-transparecy */
.dark {
--app-background: #00000000 !important;
--app-background-stripe: #00000000 !important;
--WDS-app-wash: #00000000 !important;
--panel-header-background: #00000000 !important;
--navbar-background: #00000000 !important;
--panel-background-lighter: #00000000 !important;
--intro-background: #00000000 !important;
--background-default: #00000000 !important;
--butterbar-default-background: #00000000 !important;
--filters-container-background: #00000000 !important;
--search-input-container-background: #00000000 !important;
--search-container-background: #00000000 !important;
--conversation-header-border: #00000000 !important;
--border-list: #00000000 !important;
--conversation-panel-background: #00000000 !important;
--rich-text-panel-background: #00000000 !important;
--drawer-background-deep: #00000000 !important;
--drawer-section-background: #00000000 !important;
}
/* wa-layout fixes */
.two,
.three {
width: 100vw !important;
max-width: 100vw !important;
height: 100vh !important;
margin: 0 !important;
top: 0 !important;
}
/* wa-other changes */
.xu3j5b3,
.xvkby78::after,
.xso031l {
border: none !important;
outline: none !important;
}
._al_d,
div.x9f619.x78zum5.x6s0dn4.xl56j7k.xcxhlts.xktsk01.x1fqp7bg.x1d52u69.x889kno.x178xt8z.x13fuv20.xyj1x25.xzwifym {
display: none !important;
}
.x13x2ugz {
border-radius: 2em !important;
}
/* wa-overlay fixes */
div.xds687c:nth-child(1){
background-color: var(--background-document-with-captions) !important;
}