-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinject.css
91 lines (65 loc) · 2.66 KB
/
inject.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body.notion-body {
background-image: url('https://i.ibb.co/k3P6jSb/162643937851849213.png ') !important;
background-size: cover !important; /* Resize the background image to cover the entire container */
/* opacity: 0.5 !important; */
}
.notion-topbar { -webkit-user-select: none; -webkit-app-region: drag; }
.notion-collection_view_page-block { -webkit-app-region: no-drag; }
.notion-open-sidebar { -webkit-app-region: no-drag; }
.notion-page-block { -webkit-app-region: no-drag; }
.notion-selectable { -webkit-app-region: no-drag; }
.notion-topbar-share-menu { -webkit-app-region: no-drag; }
.notion-topbar-more-button { -webkit-app-region: no-drag; }
.notion-topbar-share-menu + div,
.notion-topbar-share-menu + div + div { -webkit-app-region: no-drag; }
div.notion-sidebar {
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
div.notion-focusable {
/* background: linear-gradient(90deg, rgba(142,0,163,0.5021358885351015) 0%, rgba(209,0,255,0.49933476808692223) 100%); */
border-radius: 4px;
background: none !important;
}
div.notion-focusable:hover {
background: linear-gradient(90deg, rgba(114, 6, 131, 0.233) 100%, rgba(138, 5, 150, 0.24) 100%) !important;
color: white;
}
/* i have to do this otherwise its unahppy */
div.notion-overlay-container>div>div>div>div>div>div>div>div>div>div>div {
background: none !important;
background-color: none !important;
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
div.notion-overlay-container>div>div>div>div>div>div>div>div>div>div {
background: none !important;
background-color: none !important;
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
div.notion-overlay-container>div>div>div>div>div>div>div>div>div {
background: none !important;
background-color: none !important;
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
div.notion-overlay-container>div>div>div>div>div>div>div>div {
background: none !important;
background-color: none !important;
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
div.notion-overlay-container>div>div>div>div>div>div>div {
background: none !important;
background-color: none !important;
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
div.div.div.notion-focusable-within {
box-shadow: rgb(10 10 10 / 70%) 0px 0px 0px 1px inset, rgb(10 10 10 / 40%) 0px 0px 0px 2px !important
}
/* Cusotm Scrollbar Example */
::-webkit-scrollbar { background-color: #292d30; }
::-webkit-scrollbar-track { background-color: #2f3437; }
::-webkit-scrollbar-thumb { background-color: #292d30; }