forked from sameerasw/my-internet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle.com.css
72 lines (62 loc) · 989 Bytes
/
google.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* google-transparecy */
html,
body,
div,
section,
article,
header,
footer,
main,
aside,
nav,
span,
form,
input,
button,
table,
tbody,
tr,
td {
background: transparent !important;
}
.aajZCb {
background-color: var(--uv-styles-color-surface) !important;
}
div.sfbg {
background-color: var(--darkreader-border-ffffff) !important;
}
:root {
--darkreader-background-ffffff: transparent !important;
}
body {
background-color: #00000000 !important;
}
.in7vHe.FR7ZSc.FR7ZSc .niO4u,
div.RNNXgb,
.aajZCb {
background-color: var(--EpFNW) !important;
}
/* google-shadows and borders */
.minidiv .sfbg,
.minidiv .sfbg,
.JryvJ .qS9jbf,
.sHEJob,
.Hwkikb.WY0eLb {
box-shadow: none !important;
border: none !important;
}
#sfooter,
[role="contentinfo"] {
display: none !important;
}
.w6VYqd {
background-color: #fff !important;
}
/* google-hover */
.rfiSsc {
opacity: 0 !important;
transition: all 0.3s ease-in-out !important;
&:hover {
opacity: 1 !important;
}
}