-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserContent2.css
More file actions
72 lines (63 loc) · 1.93 KB
/
Copy pathuserContent2.css
File metadata and controls
72 lines (63 loc) · 1.93 KB
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
/* imports */
@-moz-document domain(youtube.com) {
#background, #chips-wrapper, ytd-mini-guide-entry-renderer {
background-color: transparent !important;
backdrop-filter: blur(20px);
}
body, html, ytd-app, ytd-mini-guide-renderer {
background-color: transparent !important;
}
#container.style-scope.ytd-masthead, #chips-content.ytd-feed-filter-chip-bar-renderer, ytd-mini-guide-renderer.style-scope.ytd-app {
background-color: rgba(30,30,46,0.6) !important;
}
}
@-moz-document domain(reddit.com) {
header {
background-color: rgba(255,255,255,.5) !important;
backdrop-filter: blur(20px);
}
body, html, .bg-neutral-background, .threadline, .grid-container.grid, .sidebar-grid, reddit-sidebar-nav, shreddit-post, aside, .reddit-search-bar, comment-body-header, shreddit-comment-tree{
background-color: transparent !important;
--color-neutral-background: transparent !important;
}
}
@-moz-document domain(google.com) {
.sfbg {
background-color: transparent !important;
backdrop-filter: blur(20px);
}
body, html, div#search > * {
background-color: transparent !important;
}
.g, .appbar {
background-color: transparent !important;
}
div#rso {
* {
background-color: transparent !important;
}
}
div#cnt > div {
}
}
@-moz-document domain(github.com) {
body, html, header, #repository-container-header, .bgColor-muted, section{
background-color: transparent !important;
}
}
@-moz-document domain(searx.hu) {
body, html, header, footer, #search_header{
background-color: transparent !important;
}
}
@-moz-document domain(monkeytype.com) {
body, html, header, footer{
background-color: transparent !important;
}
/*}
*{
body, html, header, footer, .page_main, #content{
background-color: transparent !important;
}
}
*/