forked from sameerasw/my-internet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreddit.com.css
47 lines (40 loc) · 858 Bytes
/
reddit.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
/* reddit-transparecy */
:root.theme-dark,
.theme-rpl {
--color-neutral-background: #00000000 !important;
}
.bg-neutral-background,
#left-sidebar-container {
background-color: #00000000 !important;
border: none !important;
}
shreddit-app,
body,
html {
background-color: #00000000 !important;
}
/* reddit-hide elements */
div aside recent-posts {
display: none !important;
}
nav.z-\[2\] > nav:nth-child(18),
div.visible {
display: none !important;
}
hr.w-100.my-sm.border-neutral-border-weak {
display: none !important;
}
/* reddit-other changes */
.overflow-visible > div:nth-child(32),
faceplate-dropdown-menu {
border-radius: 1em 1em 0 0 !important;
}
/* reddit-hover */
div.left-sidebar,
#right-sidebar-container {
opacity: 0 !important;
transition: all 0.3s ease-in-out !important;
&:hover {
opacity: 1 !important;
}
}